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

card

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

card - npm Package Compare versions

Comparing version 1.3.2 to 2.0.0-beta1

dist/card.js

3

bower.json

@@ -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

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