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.0 to 0.3.1

2

lib/generators/amd.js

@@ -34,3 +34,3 @@ var __export;

if ( options.addUseStrict !== false ) {
code = "'use strict';\n\n";
code = "'use" + " strict';\n\n";
}

@@ -37,0 +37,0 @@

@@ -39,3 +39,3 @@ var acorn = require('acorn');

// in the first place
while ( nextNode.type === 'EmptyStatement' ) {
while ( nextNode && nextNode.type === 'EmptyStatement' ) {
nextNode = body[ i++ ];

@@ -42,0 +42,0 @@ }

{
"name": "esperanto",
"description": "An easier way to convert ES6 modules to AMD and CommonJS",
"version": "0.3.0",
"version": "0.3.1",
"author": "Rich Harris",

@@ -16,3 +16,8 @@ "dependencies": {

"gobble": "~0.1.2",
"gobble-requirejs": "~0.1.0"
"gobble-requirejs": "~0.1.0",
"gobble-amdclean": "~0.1.0",
"gobble-jsbeautify": "~0.1.0",
"gobble-esperanto": "~0.1.0",
"promise-map-series": "~0.2.0",
"colors": "~0.6.2"
},

@@ -22,3 +27,8 @@ "files": [

"lib"
]
],
"scripts": {
"build": "scripts/build.sh",
"test": "scripts/test.sh",
"update-gh-pages": "scripts/update-gh-pages.sh"
}
}
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