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.31.2 to 0.31.3

2

package.json
{
"name": "krl-compiler",
"version": "0.31.2",
"version": "0.31.3",
"description": "KRL compiler",

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

var _ = require("lodash");
var callModuleFn = require("../utils/callModuleFn");

@@ -19,3 +18,3 @@ module.exports = function(ast, comp, e){

var module_call = callModuleFn(e, "schedule", "event", e("obj", args), ast.loc);
var module_call = e("ycall", e("id", "ctx.scheduleEvent"), [e("obj", args)]);

@@ -22,0 +21,0 @@ if(ast.setting){

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