Socket
Socket
Sign inDemoInstall

es3ify

Package Overview
Dependencies
7
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.4 to 0.2.0

2

index.js

@@ -1,2 +0,2 @@

var Syntax = require('esprima-fb').Syntax;
var Syntax = require('esprima').Syntax;
var jstransform = require('jstransform');

@@ -3,0 +3,0 @@ var through = require('through');

{
"name": "es3ify",
"version": "0.1.4",
"description": "Browserify transform to convert ES5 syntax to be ES3-compatible.",
"main": "index.js",
"dependencies": {
"esprima-fb": "~3001.0001.0000-dev-harmony-fb",
"jstransform": "~3.0.0",
"through": "~2.3.4"
},
"devDependencies": {
"jasmine-node": "~1.13.1"
},
"repository": {
"type": "git",
"url": "git://github.com/spicyj/es3ify.git"
},
"scripts": {
"test": "jasmine-node spec"
},
"homepage": "https://github.com/spicyj/es3ify",
"author": {
"name": "Ben Alpert",
"email": "ben@benalpert.com",
"url": "http://benalpert.com"
},
"license": "MIT"
"name": "es3ify",
"version": "0.2.0",
"description": "Browserify transform to convert ES5 syntax to be ES3-compatible.",
"main": "index.js",
"dependencies": {
"esprima": "^2.7.1",
"jstransform": "~3.0.0",
"through": "~2.3.4"
},
"devDependencies": {
"jasmine-node": "~1.13.1"
},
"repository": {
"type": "git",
"url": "git://github.com/spicyj/es3ify.git"
},
"scripts": {
"test": "jasmine-node spec"
},
"homepage": "https://github.com/spicyj/es3ify",
"author": {
"name": "Ben Alpert",
"email": "ben@benalpert.com",
"url": "http://benalpert.com"
},
"license": "MIT"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc