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

ast-module-types

Package Overview
Dependencies
Maintainers
3
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ast-module-types - npm Package Compare versions

Comparing version 3.0.0 to 4.0.0

15

package.json
{
"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"
}
}

2

README.md

@@ -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

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