@loaders.gl/bson
Advanced tools
Comparing version 4.0.0-alpha.23 to 4.0.0-alpha.24
@@ -14,3 +14,3 @@ "use strict"; | ||
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { (0, _defineProperty2.default)(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; } | ||
var VERSION = typeof "4.0.0-alpha.23" !== 'undefined' ? "4.0.0-alpha.23" : 'latest'; | ||
var VERSION = typeof "4.0.0-alpha.24" !== 'undefined' ? "4.0.0-alpha.24" : 'latest'; | ||
var BSONLoader = { | ||
@@ -17,0 +17,0 @@ name: 'BSON', |
@@ -11,3 +11,3 @@ "use strict"; | ||
var _encodeBson = require("./lib/encoders/encode-bson"); | ||
var VERSION = typeof "4.0.0-alpha.23" !== 'undefined' ? "4.0.0-alpha.23" : 'latest'; | ||
var VERSION = typeof "4.0.0-alpha.24" !== 'undefined' ? "4.0.0-alpha.24" : 'latest'; | ||
var BSONWriter = { | ||
@@ -14,0 +14,0 @@ name: 'BSON', |
import { parseBSONSync } from './lib/parsers/parse-bson'; | ||
const VERSION = typeof "4.0.0-alpha.23" !== 'undefined' ? "4.0.0-alpha.23" : 'latest'; | ||
const VERSION = typeof "4.0.0-alpha.24" !== 'undefined' ? "4.0.0-alpha.24" : 'latest'; | ||
export const BSONLoader = { | ||
@@ -4,0 +4,0 @@ name: 'BSON', |
import { encodeBSONSync } from './lib/encoders/encode-bson'; | ||
const VERSION = typeof "4.0.0-alpha.23" !== 'undefined' ? "4.0.0-alpha.23" : 'latest'; | ||
const VERSION = typeof "4.0.0-alpha.24" !== 'undefined' ? "4.0.0-alpha.24" : 'latest'; | ||
export const BSONWriter = { | ||
@@ -4,0 +4,0 @@ name: 'BSON', |
{ | ||
"name": "@loaders.gl/bson", | ||
"version": "4.0.0-alpha.23", | ||
"version": "4.0.0-alpha.24", | ||
"description": "Framework-independent loader for JSON and streaming JSON formats", | ||
@@ -37,9 +37,9 @@ "license": "MIT", | ||
"dependencies": { | ||
"@loaders.gl/gis": "4.0.0-alpha.23", | ||
"@loaders.gl/loader-utils": "4.0.0-alpha.23", | ||
"@loaders.gl/schema": "4.0.0-alpha.23", | ||
"@loaders.gl/gis": "4.0.0-alpha.24", | ||
"@loaders.gl/loader-utils": "4.0.0-alpha.24", | ||
"@loaders.gl/schema": "4.0.0-alpha.24", | ||
"@types/bson": "4.2.0", | ||
"bson": "4.2.0" | ||
}, | ||
"gitHead": "e212f2a0c0e342f7cb65ce84fa2ff39f64b7d94b" | ||
"gitHead": "97a8990595c132fb14e3445a8768d9f4cb98ff05" | ||
} |
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
285163
46
6170
+ Added@loaders.gl/gis@4.0.0-alpha.24(transitive)
+ Added@loaders.gl/loader-utils@4.0.0-alpha.24(transitive)
+ Added@loaders.gl/schema@4.0.0-alpha.24(transitive)
+ Added@loaders.gl/worker-utils@4.0.0-alpha.24(transitive)
- Removed@loaders.gl/gis@4.0.0-alpha.23(transitive)
- Removed@loaders.gl/loader-utils@4.0.0-alpha.23(transitive)
- Removed@loaders.gl/schema@4.0.0-alpha.23(transitive)
- Removed@loaders.gl/worker-utils@4.0.0-alpha.23(transitive)