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.14.0 to 0.14.1

6

package.json
{
"name": "krl-compiler",
"version": "0.14.0",
"version": "0.14.1",
"description": "KRL compiler",

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

"diff-lines": "^1.1.0",
"eslint": "^2.13.1",
"eslint": "^3.3.1",
"onchange": "^2.5.0",

@@ -46,3 +46,3 @@ "tape": "^4.6.0"

"estree-loc": "^1.0.1",
"krl-parser": "0.11.0",
"krl-parser": "^0.11.0",
"lodash": "^4.13.1",

@@ -49,0 +49,0 @@ "minimist": "^1.2.0",

@@ -108,3 +108,17 @@ var _ = require("lodash");

}
//TODO undo this hack
if(ast.callee.type === "DomainIdentifier"
&& ast.callee.domain === "engine"
&& ast.callee.value === "newPico"
){
return e("call",
e(".",
e("call", e("id", "ctx.db.newPicoFuture"), []),
e("id", "wait")
),
[]
);
}
//TODO undo this hack
if(ast.callee.type === "DomainIdentifier"
&& ast.callee.domain === "event"

@@ -111,0 +125,0 @@ && ast.callee.value === "attr"

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