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.9

Diff

Changelog

Source

0.6.9

  • sourceMapFile can be an absolute path, in which case it is left unchanged (#101)
rich_harris
published 0.6.8 •

Changelog

Source

0.6.8

  • Module load order is guaranteed by import order - empty imports are represented by __dep0__ etc within the module, or undefined globally (#92)
  • Fix absolute path resolution in cases like ./../foo (#97)
  • If bundle.concat() fails due to external dependencies, or exports from the entry module, the error message lists them
rich_harris
published 0.6.7 •

Changelog

Source

0.6.7

  • Using the _evilES3SafeReExports will cause re-exported bindings to be done with direct property assignment rather than Object.defineProperty(). In most cases, the resulting behaviour will be no different, but it could result in undefined bindings in cases of cyclical dependencies, and values are fixed at the time of re-export rather than live.
rich_harris
published 0.6.6 •

Changelog

Source

0.6.6

  • Conflicts between module names and unscoped (i.e. global) names and exports are prevented (#74), (#79)
  • Names in function expressions (as opposed to declarations) are disregarded (#73)
  • Re-exports remain enumerable
  • Continuous integration via Travis-CI
rich_harris
published 0.6.5 •

Changelog

Source

0.6.5

  • Relative AMD dependency paths can be made absolute with absolutePaths: true - requires amdName to be specified (#58)
  • Within a bundle, built-in names like Math and Promise are avoided (#70)
  • Bundle imports and exports are reported as bundle.imports and bundle.exports (#59)
rich_harris
published 0.6.4 •

Changelog

Source

0.6.4

  • Fixes duplicate import bug (#63)
  • Module names are correctly escaped (#50)
  • Accessing properties on top-level this throws error at parse time
  • CLI: if no --output option is given, bundle is written to stdout (if no separate sourcemap) (#60)
  • CLI: Better errors (#66)
  • Test suite refactor
rich_harris
published 0.6.3 •

Changelog

Source

0.6.3

  • Support for Windows file paths
  • bundle.concat() can be called without an options argument
  • Options argument passed to bundle.concat() can include intro, outro, indent properties which will override defaults (indent: true is equivalent to 'automatic', otherwise pass a string)
  • Bundle transform function can return an empty string
rich_harris
published 0.6.2 •

Changelog

Source

0.6.2

  • Implement bundle.concat() for self-contained bundles (#48)
rich_harris
published 0.6.1 •

Changelog

Source

0.6.1

  • Fix for (#45)
  • External modules only have __default appended where necessary (#46)
rich_harris
published 0.6.0 •

Changelog

Source

0.6.0

  • UMD export detects CJS environment before AMD (#42)
  • this at module top-level is replaced with undefined, as per the spec (#43)
  • More compact CommonJS export
  • Bundler transform function receives path as second argument
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