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

ccscan

Package Overview
Dependencies
Maintainers
6
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ccscan - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

5

CHANGELOG.md
# Changelog
## 1.0.4 (December 10, 2019)
- When `luhn-check` is enabled, `scanFile` will now run a luhn check before flagging a file. Previously the luhn check only affected console output logic.
- Upgrade to TypeScript 3.7.3
## 1.0.3 (December 10, 2019)

@@ -4,0 +9,0 @@

10

package.json
{
"name": "ccscan",
"description": "Scan files for credit card numbers",
"version": "1.0.3",
"version": "1.0.4",
"author": "Neo Financial Engineering <engineering@neofinancial.com>",

@@ -50,4 +50,4 @@ "license": "MIT",

"chalk": "^2.4.2",
"eslint": "^5.16.0",
"eslint-config-neo": "~0.3.3",
"eslint": "^6.0.0",
"eslint-config-neo": "~0.5.1",
"fast-luhn": "^1.0.4",

@@ -59,3 +59,3 @@ "globby": "^10.0.1",

"lint-staged": "^9.4.2",
"prettier": "^1.18.2",
"prettier": "^1.19.0",
"rimraf": "^3.0.0",

@@ -65,5 +65,5 @@ "strip-ansi": "^5.2.0",

"ts-node": "^8.4.1",
"typescript": "~3.5.3",
"typescript": "3.7.3",
"yargs": "^14.2.0"
}
}

Sorry, the diff of this file is too big to display

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