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.35.1 to 0.35.2

2

package.json
{
"name": "krl-compiler",
"version": "0.35.1",
"version": "0.35.2",
"description": "KRL compiler",

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

module.exports = function(ast, comp, e){
return e(";", e("ycall", e("id", "ctx.raiseError"), [
return e("return", e("ycall", e("id", "ctx.raiseError"), [
e("id", "ctx"),

@@ -4,0 +4,0 @@ e("string", ast.level),

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