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.30 to 0.2.31

index.d.ts

2

index.js

@@ -6,4 +6,6 @@ // @ts-check

/* eslint default-case: ["off"] */
/* eslint default-case-last: ["off"] */
/* eslint no-continue: ["off"] */
/* eslint no-shadow: ["off"] */
/* eslint no-unreachable-loop: ["off"] */

@@ -10,0 +12,0 @@ let source;

19

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

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

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

@@ -33,3 +35,2 @@ "lint": "yarn lint:types && yarn lint:js",

"devDependencies": {
"@endo/eslint-config": "^0.5.3",
"ava": "^5.2.0",

@@ -40,7 +41,6 @@ "babel-eslint": "^10.0.3",

"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^6.9.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-eslint-comments": "^3.1.2",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^3.4.1",
"prettier": "^2.8.0",
"prettier": "^2.8.5",
"typescript": "~4.9.5"

@@ -59,10 +59,5 @@ },

"extends": [
"@endo"
"plugin:@endo/internal"
]
},
"prettier": {
"arrowParens": "avoid",
"trailingComma": "all",
"singleQuote": true
},
"ava": {

@@ -74,3 +69,3 @@ "files": [

},
"gitHead": "0053227a37ee76ee8a3dce6059dd55140ed0ce6d"
"gitHead": "8141f58debaec420cbc2a7cb698e888566d430ba"
}
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