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

bson-transpilers

Package Overview
Dependencies
Maintainers
30
Versions
503
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bson-transpilers - npm Package Compare versions

Comparing version 0.13.6 to 0.14.0

5

codegeneration/javascript/Generator.js

@@ -10,4 +10,7 @@ /*

generateFuncDefExpression(ctx) {
return ctx.getText();
const source = ctx.start.source[1].strdata;
const startIndex = ctx.start.start;
const stopIndex = ctx.stop.stop;
return source.slice(startIndex, stopIndex + 1);
}
};

2

package.json
{
"name": "bson-transpilers",
"version": "0.13.6",
"version": "0.14.0",
"apiVersion": "0.0.1",

@@ -5,0 +5,0 @@ "productName": "BSON Transpilers",

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