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

lexical-scope

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lexical-scope - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11

test/files/obj.js

4

index.js

@@ -35,6 +35,6 @@ var astw = require('astw');

&& lookup(node) === undefined) {
if (node.parent.type === 'Property') return;
if (node.parent.type === 'Property'
&& node.parent.key === node) return;
if (node.parent.type === 'MemberExpression'
&& node.parent.property === node) return;
if (isFunction(node.parent)) return;

@@ -41,0 +41,0 @@

{
"name": "lexical-scope",
"version": "0.0.10",
"version": "0.0.11",
"description": "detect global and local lexical identifiers from javascript source code",

@@ -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