Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.

Commit 9fe58a4

Browse files
committed
Swap asn1 package
1 parent 92dfc80 commit 9fe58a4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+57
-57
lines changed

lib/attribute.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
const assert = require('assert')
44

5-
const asn1 = require('asn1')
5+
const asn1 = require('@ldapjs/asn1')
66

77
const Protocol = require('./protocol')
88

lib/controls/control.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
const assert = require('assert-plus')
44

5-
// var asn1 = require('asn1')
5+
// var asn1 = require('@ldapjs/asn1')
66

77
// var Protocol = require('../protocol')
88

lib/controls/entry_change_notification_control.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const assert = require('assert-plus')
22
const util = require('util')
33

4-
const asn1 = require('asn1')
4+
const asn1 = require('@ldapjs/asn1')
55

66
const Control = require('./control')
77

lib/controls/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright 2011 Mark Cavage, Inc. All rights reserved.
22

33
const assert = require('assert')
4-
const Ber = require('asn1').Ber
4+
const Ber = require('@ldapjs/asn1').Ber
55

66
const Control = require('./control')
77
const EntryChangeNotificationControl =

lib/controls/paged_results_control.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const assert = require('assert-plus')
22
const util = require('util')
33

4-
const asn1 = require('asn1')
4+
const asn1 = require('@ldapjs/asn1')
55

66
const Control = require('./control')
77

lib/controls/persistent_search_control.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
const assert = require('assert-plus')
44
const util = require('util')
55

6-
const asn1 = require('asn1')
6+
const asn1 = require('@ldapjs/asn1')
77

88
const Control = require('./control')
99

lib/controls/server_side_sorting_request_control.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const assert = require('assert-plus')
22
const util = require('util')
33

4-
const asn1 = require('asn1')
4+
const asn1 = require('@ldapjs/asn1')
55

66
const Control = require('./control')
77

lib/controls/server_side_sorting_response_control.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const assert = require('assert-plus')
22
const util = require('util')
33

4-
const asn1 = require('asn1')
4+
const asn1 = require('@ldapjs/asn1')
55

66
const Control = require('./control')
77
const CODES = require('../errors/codes')

lib/controls/virtual_list_view_request_control.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const assert = require('assert-plus')
22
const util = require('util')
33

4-
const asn1 = require('asn1')
4+
const asn1 = require('@ldapjs/asn1')
55

66
const Control = require('./control')
77

lib/controls/virtual_list_view_response_control.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const assert = require('assert-plus')
22
const util = require('util')
33

4-
const asn1 = require('asn1')
4+
const asn1 = require('@ldapjs/asn1')
55

66
const Control = require('./control')
77
const CODES = require('../errors/codes')

0 commit comments

Comments
 (0)