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

ejson-shell-parser

Package Overview
Dependencies
Maintainers
31
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ejson-shell-parser - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

4

dist/ejson-shell-parser.cjs.dev.js

@@ -156,2 +156,6 @@ 'use strict';

UUID: function UUID(u) {
if (u === undefined) {
return new bson__namespace.UUID().toBinary();
}
return new bson__namespace.Binary(Buffer.from(u.replace(/-/g, ''), 'hex'), 4);

@@ -158,0 +162,0 @@ },

@@ -156,2 +156,6 @@ 'use strict';

UUID: function UUID(u) {
if (u === undefined) {
return new bson__namespace.UUID().toBinary();
}
return new bson__namespace.Binary(Buffer.from(u.replace(/-/g, ''), 'hex'), 4);

@@ -158,0 +162,0 @@ },

@@ -132,2 +132,6 @@ import { parse as parse$1 } from 'acorn';

UUID: function UUID(u) {
if (u === undefined) {
return new bson.UUID().toBinary();
}
return new bson.Binary(Buffer.from(u.replace(/-/g, ''), 'hex'), 4);

@@ -134,0 +138,0 @@ },

2

package.json
{
"name": "ejson-shell-parser",
"version": "1.2.1",
"version": "1.2.2",
"main": "dist/ejson-shell-parser.cjs.js",

@@ -5,0 +5,0 @@ "module": "dist/ejson-shell-parser.esm.js",

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

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