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

ast-util

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ast-util - npm Package Compare versions

Comparing version 0.4.1 to 0.5.0

4

lib/index.js

@@ -465,2 +465,6 @@ /* jshint node:true, undef:true, unused:true */

return false;
} else if (n.ImportDefaultSpecifier.check(parent)) {
return false;
} else if (n.ImportNamespaceSpecifier.check(parent)) {
return false;
} else if (n.LabeledStatement.check(parent)) {

@@ -467,0 +471,0 @@ return false;

8

package.json
{
"name": "ast-util",
"version": "0.4.1",
"version": "0.5.0",
"description": "Utilities for AST transformers.",

@@ -30,10 +30,10 @@ "main": "lib/index.js",

"devDependencies": {
"esprima-fb": "~5001.1.0-dev-harmony-fb",
"esprima-fb": "^7001.1.0-dev-harmony-fb",
"mocha": "~1.18.2",
"recast": "~0.6.7"
"recast": "~0.8.0"
},
"dependencies": {
"ast-types": "~0.4.9",
"ast-types": "~0.5.2",
"private": "~0.1.5"
}
}

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