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 1.0.7 to 1.0.8

index.d.ts.map

18

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

@@ -26,3 +26,3 @@ "keywords": [],

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

@@ -45,9 +45,14 @@ "lint": "yarn lint:types && yarn lint:eslint",

"prettier": "^3.2.5",
"typescript": "~5.6.1-rc"
"typescript": "~5.6.2"
},
"files": [
"./*.d.ts",
"./*.js",
"./*.map",
"LICENSE*",
"SECURITY*",
"*.js",
"*.ts"
"dist",
"lib",
"src",
"tools"
],

@@ -64,3 +69,2 @@ "publishConfig": {

"files": [
"test/**/test-*.*",
"test/**/*.test.*"

@@ -73,3 +77,3 @@ ],

},
"gitHead": "cb060b7e22c92cc951fb03d86cdbceeae82fec34"
"gitHead": "bbf20fae6726f7d26456714b8852572787d34e05"
}
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