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
46

0.3.10

Diff

Changelog

Source

0.3.10 - March 29, 2014

  • Fixed inlining of recursive curry with multiple args.
mattbierner
published 0.3.9 •

Changelog

Source

0.3.9 - March 29, 2014

  • Better generated bindings when working with numbers.
  • Const string member access inline.
mattbierner
published 0.3.8 •

Changelog

Source

0.3.8 - March 29, 2014

  • Improvements to inlining and constant folding.
  • Allow recursive bindings to be inlined. ** Recursive inline expansion fix (instead of just disallowing) to a fixed depth.
mattbierner
published 0.3.7 •

Changelog

Source

0.3.7 - March 29, 2014

  • Fixed function identifier not being renamed correctly.
mattbierner
published 0.3.6 •

Changelog

Source

0.3.6 - March 28, 2014

  • Fix for inling with too few args crashing.
  • Fixed logical ops not registering alised names.
mattbierner
published 0.3.5 •

Changelog

Source

0.3.5 - March 28, 2014

  • Each Operators converted to functions generate a single definition per file. ** Inlining can then expand these to be more efficent for calls and curries.
  • Improvements to inlining.
  • Better compose expression code generated.
mattbierner
published 0.3.4 •

Changelog

Source

0.3.4 - March 27, 2014

  • Fixed potentially incorrect inlining of named functions.
  • Better generated code for call of curried expression.
  • Fixed incorrect AMD code generated when using Sink imports as targets of imports.
  • Slightly better code generated for compose expressions.
  • Fixed inlined curried expression potentially not capturing value of immutable binding, but instead using regular uncaptured identifier that can changed values.
mattbierner
published 0.3.3 •

Changelog

Source

0.3.3 - March 27, 2014

  • Fixed AMD packages using global require instead of string 'require' for imports.
  • Improvements to constant folding.
  • Fixed curry of function expression inlining potentially discarding arguments.
mattbierner
published 0.3.2 •

Changelog

Source

0.3.2 - March 25, 2014

  • Fixed reserved identifiers like require potentially being hidden by user identifiers.
mattbierner
published 0.3.1 •

Changelog

Source

0.3.1 - March 24, 2014

  • Fixed stack issue from akh.
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