Socket
Socket
Sign inDemoInstall

credit-card

Package Overview
Dependencies
2
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.1 to 3.0.2

20

package.json
{
"name": "credit-card",
"version": "3.0.1",
"version": "3.0.2",
"description": "credit card validation",
"author": "Continuation Labs <contact@continuation.io> (http://continuation.io/)",
"author": "Colin J. Ihrig <cjihrig@gmail.com> (http://www.cjihrig.com/)",
"main": "lib/index.js",
"homepage": "https://github.com/continuationlabs/credit-card",
"homepage": "https://github.com/cjihrig/credit-card",
"repository": {
"type": "git",
"url": "https://github.com/continuationlabs/credit-card"
"url": "https://github.com/cjihrig/credit-card"
},
"bugs": {
"url": "https://github.com/continuationlabs/credit-card/issues"
"url": "https://github.com/cjihrig/credit-card/issues"
},
"license": "MIT",
"scripts": {
"test": "belly-button -f && lab -v -t 100 -a code"
"test": "belly-button -f && lab -v -t 100"
},
"engines": {
"node": ">=4.0.0"
"node": ">=6.0.0"
},

@@ -27,5 +27,5 @@ "dependencies": {

"devDependencies": {
"belly-button": "3.x.x",
"code": "4.x.x",
"lab": "11.x.x"
"belly-button": "5.x.x",
"code": "5.x.x",
"lab": "18.x.x"
},

@@ -32,0 +32,0 @@ "keywords": [

# credit-card
[![Current Version](https://img.shields.io/npm/v/credit-card.svg)](https://www.npmjs.org/package/credit-card)
[![Build Status via Travis CI](https://travis-ci.org/continuationlabs/credit-card.svg?branch=master)](https://travis-ci.org/continuationlabs/credit-card)
![Dependencies](http://img.shields.io/david/continuationlabs/credit-card.svg)
[![Build Status via Travis CI](https://travis-ci.org/cjihrig/credit-card.svg?branch=master)](https://travis-ci.org/cjihrig/credit-card)
![Dependencies](http://img.shields.io/david/cjihrig/credit-card.svg)
[![belly-button-style](https://img.shields.io/badge/eslint-bellybutton-4B32C3.svg)](https://github.com/cjihrig/belly-button)
[![belly-button-style](https://cdn.rawgit.com/continuationlabs/belly-button/master/badge.svg)](https://github.com/continuationlabs/belly-button)

@@ -9,0 +9,0 @@ Module for performing credit card validation.

Sorry, the diff of this file is not supported yet

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