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

krl-compiler

Package Overview
Dependencies
Maintainers
2
Versions
125
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

krl-compiler - npm Package Compare versions

Comparing version 0.28.0 to 0.28.1

2

package.json
{
"name": "krl-compiler",
"version": "0.28.0",
"version": "0.28.1",
"description": "KRL compiler",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -7,3 +7,2 @@ var _ = require("lodash");

var fn_params = ["ctx"];
var fn_body = [];

@@ -41,3 +40,2 @@

if(ast.aggregator){
fn_params.push("aggregateEvent");
fn_body.push(e(";",

@@ -62,3 +60,3 @@ e("ycall",

return e("genfn", fn_params, fn_body);
return e("genfn", ["ctx", "aggregateEvent"], fn_body);
};
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