New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

khepri-compile

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

khepri-compile - npm Package Versions

1
6

0.4.1

Diff

Changelog

Source

0.4.1 - April 8, 2014

  • Restored support for unnamed ellipsis pattern.
mattbierner
published 0.4.0 •

Changelog

Source

0.4.0 - April 8, 2014

  • Added support for slice unpacks.
mattbierner
published 0.3.18 •

Changelog

Source

0.3.18 - April 7, 2014

  • Fixed AMD package generation for imports.
mattbierner
published 0.3.17 •

Changelog

Source

0.3.17 - April 7, 2014

  • Globals pruned if inlining makes them unreachable. ** (+, 1); generates \y -> y + 1 with no _add ** While (+) generates var __add = \x y -> x + y; __add;
  • Fixed potentially incorrect normalization of let bindings with a let expression value.
  • Unused declarators without inits can also be pruned.
mattbierner
published 0.3.16 •

mattbierner
published 0.3.15 •

Changelog

Source

0.3.15 - April 6, 2014

  • Fixed globals being marking unreachable.
mattbierner
published 0.3.14 •

Changelog

Source

0.3.14 - April 6, 2014

  • Fixed package with imports.
mattbierner
published 0.3.13 •

Changelog

Source

0.3.13 - April 6, 2014

  • Basic unreachable binding pruning. ** Compose now should have same overhead as a compose function in the worst case, but multi composes can be optimized to a single set of potentially inlined function calls.
  • Unused variable elimination.
mattbierner
published 0.3.12 •

Changelog

Source

0.3.12 - April 5, 2014

  • Restored builtin inlining.
mattbierner
published 0.3.11 •

Changelog

Source

0.3.11 - April 5, 2014

  • Improvements to inlining.
  • Restored zero overhead for call of curry.
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