Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

walt-parser-tools

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

walt-parser-tools - npm Package Compare versions

Comparing version 0.1.5 to 0.2.0

has-node.js

4

package.json
{
"name": "walt-parser-tools",
"version": "0.1.5",
"version": "0.2.0",
"description": "",

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

"prettier": "1.9.2",
"walt-syntax": "^0.2.1"
"walt-syntax": "^0.3.0"
},

@@ -40,0 +40,0 @@ "prettier": {

@@ -8,2 +8,3 @@ const {

namespace,
signature,
index,

@@ -20,2 +21,3 @@ } = require('./src/scope');

index,
signature,
};

@@ -7,5 +7,9 @@ /**

const namespace = Symbol('scope namespace');
const signature = Symbol('signature');
function enter(scopes, scopeName) {
return [...scopes, { [namespace]: scopeName }];
return [
...scopes,
{ [namespace]: scopeName, [signature]: { result: null, arguments: null } },
];
}

@@ -56,2 +60,3 @@

namespace,
signature,
};
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