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

@endo/cjs-module-analyzer

Package Overview
Dependencies
Maintainers
5
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@endo/cjs-module-analyzer - npm Package Compare versions

Comparing version 0.2.35 to 1.0.0

15

package.json
{
"name": "@endo/cjs-module-analyzer",
"version": "0.2.35",
"version": "1.0.0",
"description": "A JavaScript lexer dedicated to static analysis and transformation of ECMAScript modules.",

@@ -24,4 +24,4 @@ "keywords": [],

"build": "exit 0",
"prepack": "tsc --build jsconfig.build.json",
"postpack": "git clean -f '*.d.ts*'",
"build:types": "tsc --build tsconfig.build.json",
"clean:types": "git clean -f '*.d.ts*'",
"cover": "c8 ava",

@@ -31,3 +31,3 @@ "lint": "yarn lint:types && yarn lint:js",

"lint:js": "eslint .",
"lint:types": "tsc -p jsconfig.json",
"lint:types": "tsc",
"test": "ava"

@@ -43,3 +43,3 @@ },

"eslint-plugin-eslint-comments": "^3.1.2",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-import": "^2.29.0",
"prettier": "^3.0.0",

@@ -68,3 +68,6 @@ "typescript": "~5.2.2"

},
"gitHead": "9c779d317c4b02133172dbe142c5b2d1727efc49"
"typeCoverage": {
"atLeast": 39.57
},
"gitHead": "6aa22009bf8128575c446aebceb0f9a01459d165"
}
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