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

esperanto

Package Overview
Dependencies
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

esperanto - npm Package Compare versions

Comparing version 0.3.12 to 0.4.0

esperanto.js

29

package.json
{
"name": "esperanto",
"description": "An easier way to convert ES6 modules to AMD and CommonJS",
"version": "0.3.12",
"version": "0.4.0",
"author": "Rich Harris",
"repository": "https://github.com/rich-harris/esperanto",
"license": "MIT",
"dependencies": {
"acorn": "~0.7.0"
"acorn": "^0.9.0",
"estraverse": "^1.7.0",
"magic-string": "^0.1.6",
"sander": "^0.2.1"
},
"main": "lib/esperanto.js",
"main": "esperanto.js",
"devDependencies": {
"colors": "~0.6.2",
"glob": "~4.0.5",
"gobble": "^0.5.11",
"gobble": "^0.6.10",
"gobble-amdclean": "~0.1.0",
"gobble-esperanto": "~0.1.0",
"gobble-es6-transpiler": "^0.1.0",
"gobble-jsbeautify": "~0.1.0",
"gobble-requirejs": "~0.1.0",
"gobble-uglifyjs": "^0.1.0",
"mkdirp": "~0.5.0",
"promise-map-series": "~0.2.0",
"promo": "~0.1.1",
"rimraf": "~2.2.8"
"sander": "^0.2.1"
},
"files": [
"index.js",
"lib"
"esperanto.js",
"README.md"
],

@@ -31,4 +31,5 @@ "scripts": {

"test": "scripts/test.sh",
"update-gh-pages": "scripts/update-gh-pages.sh"
"update-gh-pages": "scripts/update-gh-pages.sh",
"prepublish": "npm run build"
}
}
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