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 Compare versions

Comparing version 1.2.0 to 1.2.1

16

dist_node/compile.js

@@ -17,2 +17,17 @@ /*

compile, khepriZipper = __o["khepriZipper"],
_ = (function(x) {
return (function(x0, y) {
return x(y, x0);
});
}),
compiler = (function(x) {
return pre_normalize(x)
.chain(lexical)
.chain(post_normalize)
.chain(inline)
.chain(reachable)
.chain(khepri_peep)
.chain(transform)
.chain(ecma_peep);
}),
extract = (function(__o0) {

@@ -34,2 +49,3 @@ var tree = __o0["tree"];

.chain(inline)
.chain(reachable)
.chain(khepri_peep)

@@ -36,0 +52,0 @@ .chain(transform)

2

package.json
{
"name": "khepri-compile",
"version": "1.2.0",
"version": "1.2.1",
"description": "Compiler for the Khepri programming language",

@@ -5,0 +5,0 @@ "author": "Matt Bierner",

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