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

codestop-js-proof

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

codestop-js-proof - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

3

dist/Nodes.js

@@ -35,2 +35,5 @@ "use strict";

}
else if (node['type'] == 'MemberExpression' && _.has(node, 'object') && _.has(node['object'], 'callee') && node['object']['callee']['type'] == 'MemberExpression') {
nodes.push(node['object']);
}
}

@@ -37,0 +40,0 @@ if (_.has(node, subNode) && (node[subNode] instanceof Array || node[subNode] instanceof Object)) {

2

package.json
{
"name": "codestop-js-proof",
"version": "1.0.7",
"version": "1.0.8",
"description": "## Usage",

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

@@ -43,2 +43,5 @@ import * as _ from 'lodash';

}
else if (node['type'] == 'MemberExpression' && _.has(node, 'object') && _.has(node['object'], 'callee') && node['object']['callee']['type'] == 'MemberExpression') {
nodes.push(node['object']);
}
}

@@ -45,0 +48,0 @@

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