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

defs

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

defs - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0

defs/.gitignore

2

defs/build/es5/defs-cmd.js

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

var defs = require("./defs-main");
var version = "1.0.1";
var version = "1.1.0";
var yargs = require("yargs")

@@ -10,0 +10,0 @@ .options("config", {});

@@ -7,3 +7,3 @@ // default configuration

disallowUnknownReferences: true,
parse: require("esprima").parse,
parse: require("esprima-fb").parse,
};

@@ -0,1 +1,4 @@

## v1.1.0 2014-11-28
* Use esprima-fb instead of upstream Esprima harmony branch
## v1.0.1 2014-10-09

@@ -2,0 +5,0 @@ * Bump yargs dependency to get rid of transitive ^ dependencies

@@ -7,3 +7,3 @@ // default configuration

disallowUnknownReferences: true,
parse: require("esprima").parse,
parse: require("esprima-fb").parse,
};
{
"name": "defs",
"version": "1.0.1",
"version": "1.1.0",
"description": "Static scope analysis and transpilation of ES6 block scoped const and let variables, to ES3.",

@@ -14,3 +14,3 @@ "main": "build/es5/defs-main.js",

"breakable": "~1.0.0",
"esprima": "git://github.com/ariya/esprima.git#harmony",
"esprima-fb": "~8001.1001.0-dev-harmony-fb",
"simple-fmt": "~0.1.0",

@@ -17,0 +17,0 @@ "simple-is": "~0.2.0",

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