Comparing version 1.3.2 to 2.0.0-beta1
@@ -27,3 +27,4 @@ { | ||
"tests" | ||
] | ||
], | ||
"version": "2.0.0-beta1" | ||
} |
{ | ||
"name": "card", | ||
"version": "1.3.2", | ||
"version": "2.0.0-beta1", | ||
"author": "Jesse Pollak <jpollak92@gmail.com>", | ||
"description": "Card lets you add an interactive, CSS3 credit card animation to your credit card form to help your users through the process.", | ||
"main": "lib/js/card.js", | ||
"main": "lib/card.js", | ||
"repository": { | ||
@@ -22,43 +22,33 @@ "type": "git", | ||
"scripts": { | ||
"start": "gulp watch" | ||
"clean": "rm -rf ./lib/ && rm -rf ./dist/", | ||
"compile": "npm run clean && npm run compile:lib && npm run compile:dist", | ||
"compile:lib": "coffee --compile -o ./lib/ ./src/coffee/card.coffee && node-sass ./src/scss/card.scss -o lib/ && replace '../scss/card.scss' './card.css' lib/card.js", | ||
"compile:dist": "NODE_ENV=production webpack", | ||
"development": "webpack-dev-server --hot --inline", | ||
"preversion": "npm run test && npm run compile", | ||
"prepublish": "NODE_ENV=production npm run compile", | ||
"postpublish": "git push origin master && git push --tags", | ||
"test": "karma start --single-run --browsers PhantomJS" | ||
}, | ||
"browserify": { | ||
"transform": [ | ||
"coffeeify", | ||
[ | ||
"sassify", | ||
{ | ||
"auto-inject": true, | ||
"base64Encode": false, | ||
"sourceMap": false, | ||
"sourceMapEmbed": false | ||
} | ||
] | ||
] | ||
}, | ||
"devDependencies": { | ||
"bower": "~1.2.8", | ||
"browserify": "^11.0.0", | ||
"coffee-script": "~1.7.1", | ||
"coffeeify": "~1.2.0", | ||
"bower": "~1.7.9", | ||
"coffee-loader": "^0.7.2", | ||
"coffee-script": "~1.10.0", | ||
"css-loader": "^0.23.1", | ||
"event-stream": "^3.3.1", | ||
"glob": "^5.0.14", | ||
"gulp": "~3.8.5", | ||
"gulp-autoprefixer": "0.0.7", | ||
"gulp-changed": "~0.3.0", | ||
"gulp-connect": "~2.0.5", | ||
"gulp-derequire": "^2.1.0", | ||
"gulp-livereload": "~1.5.0", | ||
"gulp-open": "~0.2.8", | ||
"gulp-rename": "^1.2.2", | ||
"gulp-rimraf": "~0.1.0", | ||
"jquery": "~2.1.1", | ||
"nodemon": "~1.1.1", | ||
"run-sequence": "~0.3.6", | ||
"sassify": "~0.9.1", | ||
"tiny-lr": "0.0.7", | ||
"vinyl-source-stream": "^1.1.0" | ||
"glob": "^7.0.5", | ||
"jquery": "~3.0.0", | ||
"node-sass": "^3.8.0", | ||
"nodemon": "~1.9.2", | ||
"replace": "^0.3.0", | ||
"run-sequence": "~1.2.1", | ||
"sass-loader": "^3.2.2", | ||
"style-loader": "^0.13.1", | ||
"underscore": "^1.8.3", | ||
"vinyl-source-stream": "^1.1.0", | ||
"webpack": "^1.13.1", | ||
"webpack-dev-server": "^1.14.1" | ||
}, | ||
"dependencies": { | ||
"cssify": "~0.6.0", | ||
"cssify": "~1.0.2", | ||
"node.extend": "~1.1.3", | ||
@@ -65,0 +55,0 @@ "qj": "~1.0.0", |
@@ -11,3 +11,3 @@ # Card - check out the **[demo](https://jessepollak.github.io/card)** | ||
To use, you'll need to include the Card JavaScript files into your HTML. You can find the necessary file at `/lib/js/card.js` and include it in your HTML like so. | ||
To use, you'll need to include the Card JavaScript files into your HTML. You can find the necessary file at `/dist/card.js` and include it in your HTML like so. | ||
@@ -165,3 +165,3 @@ ```html | ||
To use with jQuery, you'll need to include the `jquery.card.js` file into your HTML. You can find the necessary file at `/lib/js/jquery.card.js` and include it in your HTML like so. | ||
To use with jQuery, you'll need to include the `jquery.card.js` file into your HTML. You can find the necessary file at `/dist/jquery.card.js` and include it in your HTML like so. | ||
@@ -188,3 +188,3 @@ ```html | ||
Card has wrappers that make it easy to use with other javascript libraries: | ||
### Angular | ||
@@ -212,3 +212,3 @@ | ||
$ npm install | ||
$ npm start | ||
$ npm development | ||
``` | ||
@@ -215,0 +215,0 @@ |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
17
6998
3
1646784
122
2
55
+ Addedansi-regex@2.1.1(transitive)
+ Addedansi-styles@2.2.1(transitive)
+ Addedchalk@1.1.3(transitive)
+ Addedcore-util-is@1.0.3(transitive)
+ Addedcss-modules-loader-core@1.1.0(transitive)
+ Addedcss-selector-tokenizer@0.7.3(transitive)
+ Addedcssesc@3.0.0(transitive)
+ Addedcssify@1.0.3(transitive)
+ Addedescape-string-regexp@1.0.5(transitive)
+ Addedfastparse@1.1.2(transitive)
+ Addedfunction-bind@1.1.2(transitive)
+ Addedhas-ansi@2.0.0(transitive)
+ Addedhas-flag@1.0.0(transitive)
+ Addedhasown@2.0.2(transitive)
+ Addedicss-replace-symbols@1.1.0(transitive)
+ Addedinherits@2.0.4(transitive)
+ Addedis-core-module@2.15.1(transitive)
+ Addedis-plain-obj@1.1.0(transitive)
+ Addedis-regexp@1.0.0(transitive)
+ Addedisarray@1.0.0(transitive)
+ Addedlodash._baseassign@3.2.0(transitive)
+ Addedlodash._basecopy@3.0.1(transitive)
+ Addedlodash._bindcallback@3.0.1(transitive)
+ Addedlodash._createassigner@3.1.1(transitive)
+ Addedlodash._getnative@3.9.1(transitive)
+ Addedlodash._isiterateecall@3.0.9(transitive)
+ Addedlodash.assign@3.2.0(transitive)
+ Addedlodash.isarguments@3.1.0(transitive)
+ Addedlodash.isarray@3.0.4(transitive)
+ Addedlodash.keys@3.1.2(transitive)
+ Addedlodash.restparam@3.6.1(transitive)
+ Addedpath-parse@1.0.7(transitive)
+ Addedpostcss@6.0.1(transitive)
+ Addedpostcss-modules-extract-imports@1.1.0(transitive)
+ Addedpostcss-modules-local-by-default@1.2.0(transitive)
+ Addedpostcss-modules-scope@1.1.0(transitive)
+ Addedpostcss-modules-values@1.3.0(transitive)
+ Addedprocess-nextick-args@2.0.1(transitive)
+ Addedreadable-stream@2.3.8(transitive)
+ Addedresolve@1.22.8(transitive)
+ Addedsafe-buffer@5.1.2(transitive)
+ Addedsource-map@0.5.7(transitive)
+ Addedstring-hash@1.1.3(transitive)
+ Addedstring_decoder@1.1.1(transitive)
+ Addedstringify-object@2.4.0(transitive)
+ Addedstrip-ansi@3.0.1(transitive)
+ Addedsupports-color@2.0.03.2.3(transitive)
+ Addedsupports-preserve-symlinks-flag@1.0.0(transitive)
+ Addedthrough2@2.0.5(transitive)
+ Addedutil-deprecate@1.0.2(transitive)
+ Addedxtend@4.0.2(transitive)
- Removedcssify@0.6.0(transitive)
Updatedcssify@~1.0.2