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
1
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.12.0 to 0.13.0

4

package.json
{
"name": "krl-compiler",
"version": "0.12.0",
"version": "0.13.0",
"description": "KRL compiler",

@@ -14,3 +14,3 @@ "main": "src/index.js",

"scripts": {
"start": "onchange -i src/ tests.js test-files/ -- npm test -s",
"start": "onchange -i src/ tests.js test-rulesets/ -- npm test -s",
"lint": "eslint src/ tests.js && echo lint-ok",

@@ -17,0 +17,0 @@ "test": "npm run lint -s && node tests.js"

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

var block = {};
//TODO "condition": COND,
if(ast.condition){
block.condition = e("fn", ["ctx"], [
e("return", comp(ast.condition))
]);
}
//TODO "block_type": "choose",

@@ -248,0 +252,0 @@ block.actions = e("arr", _.map(ast.actions, function(action){

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