Socket
Socket
Sign inDemoInstall

ast-types

Package Overview
Dependencies
Maintainers
1
Versions
172
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ast-types - npm Package Compare versions

Comparing version 0.5.2 to 0.5.3

2

lib/path.js

@@ -292,3 +292,3 @@ var assert = require("assert");

var spliceArgs = [this.name, 1];
for (i = 0; i < count; ++i) {
for (var i = 0; i < count; ++i) {
spliceArgs.push(arguments[i]);

@@ -295,0 +295,0 @@ }

@@ -142,4 +142,5 @@ var assert = require("assert");

addPattern(path.parent.get("id"), bindings);
}
} else if (!node) {
if (!node) {
// None of the remaining cases matter if node is falsy.

@@ -146,0 +147,0 @@

@@ -21,3 +21,3 @@ {

],
"version": "0.5.2",
"version": "0.5.3",
"homepage": "http://github.com/benjamn/ast-types",

@@ -24,0 +24,0 @@ "repository": {

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