New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@loaders.gl/bson

Package Overview
Dependencies
Maintainers
9
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@loaders.gl/bson - npm Package Compare versions

Comparing version 4.0.0-alpha.12 to 4.0.0-alpha.13

2

dist/es5/bson-loader.js

@@ -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.12" !== 'undefined' ? "4.0.0-alpha.12" : 'latest';
var VERSION = typeof "4.0.0-alpha.13" !== 'undefined' ? "4.0.0-alpha.13" : 'latest';
var DEFAULT_BSON_LOADER_OPTIONS = {

@@ -17,0 +17,0 @@ bson: {}

@@ -11,3 +11,3 @@ "use strict";

var _encodeBson = require("./lib/encoders/encode-bson");
var VERSION = typeof "4.0.0-alpha.12" !== 'undefined' ? "4.0.0-alpha.12" : 'latest';
var VERSION = typeof "4.0.0-alpha.13" !== 'undefined' ? "4.0.0-alpha.13" : 'latest';
var BSONWriter = {

@@ -14,0 +14,0 @@ name: 'BSON',

import { parseBSONSync } from './lib/parsers/parse-bson';
const VERSION = typeof "4.0.0-alpha.12" !== 'undefined' ? "4.0.0-alpha.12" : 'latest';
const VERSION = typeof "4.0.0-alpha.13" !== 'undefined' ? "4.0.0-alpha.13" : 'latest';
const DEFAULT_BSON_LOADER_OPTIONS = {

@@ -4,0 +4,0 @@ bson: {}

import { encodeBSONSync } from './lib/encoders/encode-bson';
const VERSION = typeof "4.0.0-alpha.12" !== 'undefined' ? "4.0.0-alpha.12" : 'latest';
const VERSION = typeof "4.0.0-alpha.13" !== 'undefined' ? "4.0.0-alpha.13" : 'latest';
export const BSONWriter = {

@@ -4,0 +4,0 @@ name: 'BSON',

{
"name": "@loaders.gl/bson",
"version": "4.0.0-alpha.12",
"version": "4.0.0-alpha.13",
"description": "Framework-independent loader for JSON and streaming JSON formats",

@@ -37,9 +37,9 @@ "license": "MIT",

"dependencies": {
"@loaders.gl/gis": "4.0.0-alpha.12",
"@loaders.gl/loader-utils": "4.0.0-alpha.12",
"@loaders.gl/schema": "4.0.0-alpha.12",
"@loaders.gl/gis": "4.0.0-alpha.13",
"@loaders.gl/loader-utils": "4.0.0-alpha.13",
"@loaders.gl/schema": "4.0.0-alpha.13",
"@types/bson": "4.2.0",
"bson": "4.2.0"
},
"gitHead": "42dfc47a41e3e6089eec22a1e1d4f3387e0cb6e9"
"gitHead": "32421ea66db35040f1026be734a7ec9f905ecab7"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc