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.3.16 to 0.3.17

lib/path.js

2

lib/node-path.js

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

var isArray = types.builtInTypes.array;
var Path = require("ast-path").Path;
var Path = require("./path");
var Scope = require("./scope");

@@ -9,0 +9,0 @@

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

],
"version": "0.3.16",
"version": "0.3.17",
"homepage": "http://github.com/benjamn/ast-types",

@@ -34,3 +34,3 @@ "repository": {

"dependencies": {
"ast-path": "~0.1.4"
"private": "~0.1.2"
},

@@ -37,0 +37,0 @@ "devDependencies": {

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

var parse = esprima.parse;
var Path = require("ast-path").Path;
var Path = require("../lib/path");
var NodePath = require("../lib/node-path");

@@ -13,0 +13,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