Socket
Socket
Sign inDemoInstall

check-version-modules

Package Overview
Dependencies
1
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.4.1 to 1.5.0

lib/cjs/checkVersionModule.d.ts

2

bin/cmd.js

@@ -11,3 +11,3 @@ #!/usr/bin/env node

// locals
const checker = require(join(__dirname, "..", "lib", "main.js"));
const checker = require(join(__dirname, "..", "lib", "cjs", "main.cjs"));

@@ -14,0 +14,0 @@ // consts

{
"name": "check-version-modules",
"version": "1.4.1",
"version": "1.5.0",
"description": "Check modules's version for the package.",
"type": "commonjs",
"main": "lib/main.js",
"typings": "lib/index.d.ts",
"typings": "./lib/cjs/main.d.cts",
"main": "./lib/cjs/main.cjs",

@@ -14,4 +14,4 @@ "exports": {

"require": {
"types": "./lib/index.d.ts",
"default": "./lib/main.js"
"types": "./lib/cjs/main.d.cts",
"default": "./lib/cjs/main.cjs"
}

@@ -21,10 +21,13 @@ }

"scripts": {
"build": "node ./removeOldBuild.js && npx tsc --project \"./tsconfig.json\"",
"lint": "npx eslint ./bin/*.js ./test/**/*.js",
"check-requires": "npx used-deps-analyzer \"./package.json\" \"./lib\" --no-dev --overkill \"fs-extra\" \"node-promfs\" --misscalled \"{ \\\"module\\\": \\\"colors\\\", \\\"call\\\": \\\"colors/safe\\\" }\"",
"check-requires": "npx used-deps-analyzer \"./package.json\" \"./src\" --no-dev --overkill \"fs-extra\" \"node-promfs\" --misscalled \"{ \"\"module\"\": \"\"colors\"\", \"\"call\"\": \"\"colors/safe\"\" }\"",
"check-updates": "node ./bin/cmd.js",
"unit-tests": "npx nyc --reporter=html --reporter=text mocha",
"tests": "npm run-script lint && npm run check-requires && npm run-script check-updates && npm run-script unit-tests",
"tests": "npm run-script lint && npm run check-requires && npm run-script build && npm run-script check-updates && npm run-script unit-tests",
"ci": "npm run-script tests && npx nyc report --reporter=text-lcov | coveralls"

@@ -48,3 +51,3 @@

"devDependencies": {
"@types/node": "20.5.0",
"@types/node": "20.5.6",
"coveralls": "3.1.1",

@@ -55,3 +58,3 @@ "eslint": "8.47.0",

"nyc": "15.1.0",
"typescript": "5.1.6",
"typescript": "5.2.2",
"used-deps-analyzer": "0.1.6"

@@ -58,0 +61,0 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc