ast-module-types
Advanced tools
Comparing version 3.0.0 to 4.0.0
{ | ||
"name": "ast-module-types", | ||
"version": "3.0.0", | ||
"version": "4.0.0", | ||
"description": "Collection of useful helper functions when trying to determine module type (CommonJS or AMD) properties of an AST node.", | ||
@@ -11,4 +11,6 @@ "main": "index.js", | ||
"lint": "eslint index.js \"test/*.js\"", | ||
"fix": "npm run lint -- --fix", | ||
"mocha": "mocha", | ||
"test": "npm run lint && npm run mocha" | ||
"test": "npm run lint && npm run mocha", | ||
"test:ci": "c8 npm run mocha" | ||
}, | ||
@@ -34,9 +36,10 @@ "repository": { | ||
"engines": { | ||
"node": ">=6.0" | ||
"node": ">=12.0" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^5.16.0", | ||
"mocha": "^6.2.3", | ||
"node-source-walk": "^4.2.2" | ||
"c8": "^7.13.0", | ||
"eslint": "^8.36.0", | ||
"mocha": "^9.2.2", | ||
"node-source-walk": "^5.0.0" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
# ast-module-types [![CI](https://github.com/dependents/node-ast-module-types/actions/workflows/ci.yml/badge.svg)](https://github.com/dependents/node-ast-module-types/actions/workflows/ci.yml) [![npm](https://img.shields.io/npm/v/ast-module-types)](https://www.npmjs.com/package/ast-module-types) [![npm](https://img.shields.io/npm/dm/ast-module-types)](https://www.npmjs.com/package/ast-module-types) | ||
# ast-module-types [![CI](https://img.shields.io/github/actions/workflow/status/dependents/node-ast-module-types/ci.yml?branch=main&label=CI&logo=github)](https://github.com/dependents/node-ast-module-types/actions/workflows/ci.yml?query=branch%3Amain) [![npm version](https://img.shields.io/npm/v/ast-module-types)](https://www.npmjs.com/package/ast-module-types) [![npm downloads](https://img.shields.io/npm/dm/ast-module-types)](https://www.npmjs.com/package/ast-module-types) | ||
@@ -3,0 +3,0 @@ Collection of useful helper functions when trying to determine |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
11068
0
4