Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@loaders.gl/bson

Package Overview
Dependencies
Maintainers
0
Versions
101
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.3.1 to 4.3.2

2

dist/bson-loader.js
import { parseBSONSync } from "./lib/parsers/parse-bson.js";
// __VERSION__ is injected by babel-plugin-version-inline
// @ts-ignore TS2304: Cannot find name '__VERSION__'.
const VERSION = typeof "4.3.0" !== 'undefined' ? "4.3.0" : 'latest';
const VERSION = typeof "4.3.1" !== 'undefined' ? "4.3.1" : 'latest';
export const BSONLoader = {

@@ -6,0 +6,0 @@ dataType: null,

@@ -7,3 +7,3 @@ // loaders.gl

// @ts-ignore TS2304: Cannot find name '__VERSION__'.
const VERSION = typeof "4.3.0" !== 'undefined' ? "4.3.0" : 'latest';
const VERSION = typeof "4.3.1" !== 'undefined' ? "4.3.1" : 'latest';
export const BSONWriter = {

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

{
"name": "@loaders.gl/bson",
"version": "4.3.1",
"version": "4.3.2",
"description": "Framework-independent loader for JSON and streaming JSON formats",

@@ -43,5 +43,5 @@ "license": "MIT",

"dependencies": {
"@loaders.gl/gis": "4.3.1",
"@loaders.gl/loader-utils": "4.3.1",
"@loaders.gl/schema": "4.3.1",
"@loaders.gl/gis": "4.3.2",
"@loaders.gl/loader-utils": "4.3.2",
"@loaders.gl/schema": "4.3.2",
"@types/bson": "4.2.0",

@@ -53,3 +53,3 @@ "bson": "4.2.0"

},
"gitHead": "70a883ab6bc84647c49963215dd6ff62d4d61de3"
"gitHead": "b4203b8703f64a38d6f79a3113bc7bb51d45c93a"
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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