@ipld/dag-json
Advanced tools
Comparing version 8.0.0 to 8.0.1
@@ -13,3 +13,3 @@ 'use strict'; | ||
'use strict'; | ||
const {assert} = chai__default['default']; | ||
const {assert} = chai__default["default"]; | ||
const same = assert.deepStrictEqual; | ||
@@ -16,0 +16,0 @@ const test = it; |
@@ -19,5 +19,3 @@ 'use strict'; | ||
enumerable: true, | ||
get: function () { | ||
return e[k]; | ||
} | ||
get: function () { return e[k]; } | ||
}); | ||
@@ -27,3 +25,3 @@ } | ||
} | ||
n['default'] = e; | ||
n["default"] = e; | ||
return Object.freeze(n); | ||
@@ -30,0 +28,0 @@ } |
@@ -13,3 +13,3 @@ 'use strict'; | ||
'use strict'; | ||
const {assert} = chai__default['default']; | ||
const {assert} = chai__default["default"]; | ||
const same = assert.deepStrictEqual; | ||
@@ -16,0 +16,0 @@ const test = it; |
{ | ||
"name": "@ipld/dag-json", | ||
"version": "8.0.0", | ||
"version": "8.0.1", | ||
"description": "JSON Directed Acrylic Graph (DAG-JSON) for IPLD", | ||
@@ -5,0 +5,0 @@ "main": "./cjs/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
56225
16
1561