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.12 to 0.0.13

test/files/labels.js

5

index.js

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

if (isFunction(node.parent)) return;
if (node.parent.type === 'LabeledStatement') return;
if (node.parent.type === 'ContinueStatement') return;
if (node.parent.type === 'BreakStatement') return;
if (node.parent.type === 'AssignmentExpression') {

@@ -43,0 +46,0 @@ var isLeft0 = node.parent.left.type === 'MemberExpression'

2

package.json
{
"name": "lexical-scope",
"version": "0.0.12",
"version": "0.0.13",
"description": "detect global and local lexical identifiers from javascript source code",

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

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