Socket
Socket
Sign inDemoInstall

cdigit

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cdigit - npm Package Compare versions

Comparing version 2.3.3 to 2.3.4

17

package.json
{
"name": "cdigit",
"version": "2.3.3",
"version": "2.3.4",
"description": "Collection of check digit algorithms implemented in JavaScript",

@@ -12,7 +12,8 @@ "main": "lib/index.js",

"build": "rm -rf lib && tsc",
"eslint": "eslint bin test",
"prepare": "npm run tslint && npm run build && npm run eslint && npm test",
"lint:es": "eslint bin test",
"lint:ts": "tslint -p package.json",
"prepare": "npm run lint:ts && npm run build && npm run lint:es && npm test",
"test": "mocha",
"tslint": "tslint -p package.json",
"typedoc": "rm -rf docs && typedoc --out docs --mode file --gitRevision master"
"typedoc": "npm run typedoc:head -- --gitRevision master",
"typedoc:head": "rm -rf docs && typedoc --out docs --mode file"
},

@@ -72,3 +73,3 @@ "repository": {

"devDependencies": {
"eslint": "^5.9.0",
"eslint": "^5.10.0",
"eslint-config-airbnb": "^17.1.0",

@@ -81,6 +82,6 @@ "eslint-plugin-import": "^2.14.0",

"tslint-config-airbnb": "^5.11.1",
"tsutils": "^3.5.1",
"tsutils": "^3.5.2",
"typedoc": "^0.13.0",
"typescript": "^3.2.1"
"typescript": "^3.2.2"
}
}
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