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.6.8 to 0.6.9

12

dist/esperanto.browser.js
/*
esperanto.js v0.6.8 - 2015-02-04
esperanto.js v0.6.9 - 2015-02-06
http://esperantojs.org

@@ -615,7 +615,9 @@

var sourceMapFile = options.sourceMapFile[0] === '/' ? options.sourceMapFile : './' + splitPath( options.sourceMapFile ).pop();
map = body.generateMap({
includeContent: true,
hires: true,
file: options.sourceMapFile,
source: !isBundle ? getRelativePath( options.sourceMapFile, options.sourceMapSource ) : null
file: sourceMapFile,
source: !isBundle ? getRelativePath( sourceMapFile, options.sourceMapSource ) : null
});

@@ -627,3 +629,3 @@

} else {
code += '\n//# sourceMa' + 'ppingURL=./' + splitPath( options.sourceMapFile ).pop() + '.map';
code += '\n//# sourceMa' + 'ppingURL=' + sourceMapFile + '.map';
}

@@ -1769,3 +1771,3 @@ } else {

bundle: function ( options ) {
return getBundle( options ).then( function ( bundle ) {
return undefined__default( options ).then( function ( bundle ) {
return {

@@ -1772,0 +1774,0 @@ imports: bundle.externalModules.map( function(mod ) {return mod.id} ),

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

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

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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