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

static-eval

Package Overview
Dependencies
Maintainers
38
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

static-eval - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

5

index.js

@@ -134,3 +134,4 @@ var unparse = require('escodegen').generate;

node.params.forEach(function(key) {
for(var i=0; i<node.params.length; i++){
var key = node.params[i];
if(key.type == 'Identifier'){

@@ -140,3 +141,3 @@ vars[key.name] = null;

else return FAIL;
});
}
for(var i in bodies){

@@ -143,0 +144,0 @@ if(walk(bodies[i]) === FAIL){

2

package.json
{
"name": "static-eval",
"version": "2.0.1",
"version": "2.0.2",
"description": "evaluate statically-analyzable expressions",

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

Sorry, the diff of this file is not supported yet

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