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 Versions

1
8

0.6.21

Diff

Changelog

Source

0.6.21

  • Fix npm versioning snafu
rich_harris
published 0.6.20 •

Changelog

Source

0.6.20

  • Replaced estraverse with internal utility that doesn't depend on hardcoded node types to traverse AST (#129)
rich_harris
published 0.6.18 •

Changelog

Source

0.6.18

  • Upgrade to acorn v1.x (#125)
  • Sourcemap comments from prior transformations are removed (#120)
  • Named function expressions are not erroneously renamed (#122)
rich_harris
published 0.6.17 •

Changelog

Source

0.6.17

  • Sourcemap mappings are set explicitly - rather than mapping every single character, the locations from the acorn AST are used. As well as smaller sourcemaps, this results in modest performance improvements internally, and large performance improvements for external tools that work with the sourcemap
rich_harris
published 0.6.16 •

Changelog

Source

0.6.16

  • Prevent import naming collisions (#116)
  • Throw error on duplicate imports (#95)
  • Prevent internal assigment exports clashing within a bundle (#117)
  • Update chalk to 1.0.0
rich_harris
published 0.6.15 •

Changelog

Source

0.6.15

  • Clashes with names for external dependencies are avoided (#114)
rich_harris
published 0.6.14 •

Changelog

Source

0.6.14

  • The sourceMapFile requirement is waived when options.sourceMap === 'inline' (#105)
rich_harris
published 0.6.13 •

Changelog

Source

0.6.13

  • Windows fixes
rich_harris
published 0.6.11 •

Changelog

Source

0.6.11

  • Use robust module.relativePath internally rather than module.file - necessary for bundled external modules with dependencies of their own
  • Browser-flavoured version of Esperanto (dist/esperanto.browser.js) bundles ES6 dependencies (magic-string and its vlq dependency), as both a convenience and a form of dogfooding
rich_harris
published 0.6.10 •

Changelog

Source

0.6.10

  • The resolvePath option can be used with esperanto.bundle() to locate modules, if they do not exist relative to base. It should return an absolute path as a string, or a promise that resolves to one (#68)
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