Comparing version 2.4.6 to 2.4.7
@@ -0,0 +0,0 @@ { |
@@ -167,3 +167,3 @@ var payment = | ||
type: 'mastercard', | ||
pattern: /^(5[1-5]|677189)|^(222[1-9]|2[3-6]\d{2}|27[0-1]\d|2720)/, | ||
pattern: /^(5[1-5]|677189)|^(22[2-9][1-9]|2[3-6]\d{2}|27[0-1]\d|2720)/, | ||
format: defaultFormat, | ||
@@ -170,0 +170,0 @@ length: [16], |
@@ -0,0 +0,0 @@ var webpackConfig = require("./webpack.config.js"); |
@@ -78,3 +78,3 @@ // Generated by CoffeeScript 1.12.7 | ||
type: 'mastercard', | ||
pattern: /^(5[1-5]|677189)|^(222[1-9]|2[3-6]\d{2}|27[0-1]\d|2720)/, | ||
pattern: /^(5[1-5]|677189)|^(22[2-9][1-9]|2[3-6]\d{2}|27[0-1]\d|2720)/, | ||
format: defaultFormat, | ||
@@ -81,0 +81,0 @@ length: [16], |
{ | ||
"name": "payment", | ||
"version": "2.4.6", | ||
"version": "2.4.7", | ||
"description": "A general purpose library for building credit card forms, validating inputs and formatting numbers. Base on jquery.payment by @stripe, but without the jQuery.", | ||
@@ -19,6 +19,6 @@ "keywords": [ | ||
"compile": "coffee -o lib/ --compile ./src/index.coffee", | ||
"build": "npm run env NODE_ENV=production && webpack", | ||
"build": "cross-env NODE_ENV=production webpack", | ||
"development": "coffee -o lib/ --compile --watch ./src/index.coffee", | ||
"preversion": "npm run test", | ||
"prepare": "npm run env NODE_ENV=production && npm run compile", | ||
"prepare": "cross-env NODE_ENV=production npm run compile", | ||
"postpublish": "git push origin master && git push --tags", | ||
@@ -30,21 +30,22 @@ "test": "karma start --single-run --browsers PhantomJS" | ||
"coffee-loader": "^0.7.2", | ||
"coffee-script": "~1.12", | ||
"jsdom": "~16.6", | ||
"json-loader": "^0.5.4", | ||
"coffee-script": "1.12.7", | ||
"cross-env": "^7.0.3", | ||
"jsdom": "16.6.0", | ||
"json-loader": "^0.5.7", | ||
"karma": "^5.2.3", | ||
"karma-chai": "^0.1.0", | ||
"karma-chai-plugins": "^0.9.0", | ||
"karma-chrome-launcher": "^3.1.0", | ||
"karma-coverage": "^2.0.3", | ||
"karma-chrome-launcher": "^3.2.0", | ||
"karma-coverage": "^2.2.1", | ||
"karma-es6-shim": "^1.0.0", | ||
"karma-mocha": "^2.0.1", | ||
"karma-phantomjs-launcher": "^1.0.0", | ||
"karma-sinon": "^1.0.4", | ||
"karma-sourcemap-loader": "^0.3.8", | ||
"karma-phantomjs-launcher": "^1.0.4", | ||
"karma-sinon": "^1.0.5", | ||
"karma-sourcemap-loader": "^0.4.0", | ||
"karma-webpack": "^4.0.2", | ||
"mocha": "^8.2.1", | ||
"mocha-webpack": "^1.1.0", | ||
"mversion": "^2.0.0", | ||
"mversion": "^2.0.1", | ||
"nodemon": "^2.0.6", | ||
"phantomjs-prebuilt": "^2.1.7", | ||
"phantomjs-prebuilt": "^2.1.16", | ||
"run-sequence": "~2.2.1", | ||
@@ -57,5 +58,5 @@ "tiny-lr": "^2.0.0", | ||
"dependencies": { | ||
"globalthis": "^1.0.2", | ||
"globalthis": "^1.0.4", | ||
"qj": "~2.0.0" | ||
} | ||
} |
@@ -0,0 +0,0 @@ # Payment [![Build Status](https://travis-ci.org/jessepollak/payment.svg?branch=master)](https://travis-ci.org/jessepollak/payment) ![npm](https://img.shields.io/npm/v/payment) |
var context = require.context('./spec', true, /.+\.spec\.(js|coffee)?$/) | ||
context.keys().forEach(context) | ||
module.exports = context |
@@ -0,0 +0,0 @@ var webpack = require("webpack"); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
60532
27
Updatedglobalthis@^1.0.4