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

@loaders.gl/bson

Package Overview
Dependencies
Maintainers
9
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.1.0-alpha.11 to 4.1.0

2

dist/bson-loader.js
import { parseBSONSync } from "./lib/parsers/parse-bson.js";
const VERSION = typeof "4.1.0-alpha.11" !== 'undefined' ? "4.1.0-alpha.11" : 'latest';
const VERSION = typeof "4.1.0" !== 'undefined' ? "4.1.0" : 'latest';
export const BSONLoader = {

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

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

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

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

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

"dependencies": {
"@loaders.gl/gis": "4.1.0-alpha.11",
"@loaders.gl/loader-utils": "4.1.0-alpha.11",
"@loaders.gl/schema": "4.1.0-alpha.11",
"@loaders.gl/gis": "4.1.0",
"@loaders.gl/loader-utils": "4.1.0",
"@loaders.gl/schema": "4.1.0",
"@types/bson": "4.2.0",
"bson": "4.2.0"
},
"gitHead": "5d3e23bf93762b48c8c1d6d926ede7a97fe43ab0"
"gitHead": "75961cc7a6ed6679018c0e3fb6eb5c3c74d97bdb"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

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