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.10 to 0.3.11

2

lib/esperanto.js

@@ -18,2 +18,2 @@ var transform = require('./transform');

}
};
}

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

imports.map( getPath ) :
imports.map( getPath ).concat( 'exports' )
[ 'exports' ].concat( imports.map( getPath ) )
).map( quote ).join( ',' ) +

@@ -33,3 +33,3 @@ '],';

imports.map( getImportName ) :
imports.map( getImportName ).concat( 'exports' )
[ 'exports' ].concat( imports.map( getImportName ) )
).join( ', ' );

@@ -36,0 +36,0 @@ }

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

@@ -6,0 +6,0 @@ "dependencies": {

@@ -163,3 +163,3 @@ # esperanto

No muss, no fuss. Oh, and did I mention that it's an order of magnitude faster than the alternatives?
No muss, no fuss. Oh, and did I mention that it's an order of magnitude faster than the alternatives? See [here](https://github.com/Rich-Harris/esperanto/tree/master/comparison) for more comparisons.

@@ -166,0 +166,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