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.1.0 to 1.1.1

2

defs/build/es5/defs-cmd.js

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

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

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

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

## v1.1.1 2015-10-09
* defs is done
## v1.1.0 2014-11-28

@@ -2,0 +5,0 @@ * Use esprima-fb instead of upstream Esprima harmony branch

{
"name": "defs",
"version": "1.1.0",
"version": "1.1.1",
"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-fb": "~8001.1001.0-dev-harmony-fb",
"esprima-fb": "~15001.1001.0-dev-harmony-fb",
"simple-fmt": "~0.1.0",

@@ -21,6 +21,6 @@ "simple-is": "~0.2.0",

"tryor": "~0.1.2",
"yargs": "~1.3.2"
"yargs": "~3.27.0"
},
"devDependencies": {
"diff": "~1.0.8"
"diff": "~2.1.3"
},

@@ -27,0 +27,0 @@ "keywords": [

@@ -0,1 +1,6 @@

# SO LONG AND THANKS FOR ALL THE BITS
**defs is done. I recommend migrating to the TypeScript `tsc` compiler because
it does what defs does as good or better, and it does much more.**
# defs.js

@@ -2,0 +7,0 @@ Static scope analysis and transpilation of ES6 block scoped `const` and `let`

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