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.5.6 to 0.5.7

5

dist/esperanto.browser.js

@@ -1038,3 +1038,6 @@ (function (global, factory) {

// export function answer () { return 42; }
shouldExportEarly[ x.name ] = true; // TODO what about `function foo () {}; export { foo }`?
if ( x.type === 'namedFunction' ) {
shouldExportEarly[ x.name ] = true;
}
body.remove( x.start, x.valueStart );

@@ -1041,0 +1044,0 @@ }

@@ -1777,3 +1777,6 @@ (function () {

// export function answer () { return 42; }
shouldExportEarly[ x.name ] = true; // TODO what about `function foo () {}; export { foo }`?
if ( x.type === 'namedFunction' ) {
shouldExportEarly[ x.name ] = true;
}
body.remove( x.start, x.valueStart );

@@ -1780,0 +1783,0 @@ }

@@ -1777,3 +1777,6 @@ (function () {

// export function answer () { return 42; }
shouldExportEarly[ x.name ] = true; // TODO what about `function foo () {}; export { foo }`?
if ( x.type === 'namedFunction' ) {
shouldExportEarly[ x.name ] = true;
}
body.remove( x.start, x.valueStart );

@@ -1780,0 +1783,0 @@ }

2

package.json
{
"name": "esperanto",
"description": "An easier way to convert ES6 modules to AMD and CommonJS",
"version": "0.5.6",
"version": "0.5.7",
"author": "Rich Harris",

@@ -6,0 +6,0 @@ "repository": "https://github.com/esperantojs/esperanto",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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