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 2.2.1 to 2.3.0

dist/card.css

8

bower_components/jquery/.bower.json

@@ -15,8 +15,8 @@ {

"homepage": "https://github.com/jquery/jquery-dist",
"version": "3.1.1",
"_release": "3.1.1",
"version": "3.2.1",
"_release": "3.2.1",
"_resolution": {
"type": "version",
"tag": "3.1.1",
"commit": "1b30f3ad466ebf2714d47eda34dbd7fdf6849fe3"
"tag": "3.2.1",
"commit": "77d2a51d0520d2ee44173afdf4e40a9201f5964e"
},

@@ -23,0 +23,0 @@ "_source": "https://github.com/jquery/jquery-dist.git",

@@ -296,1 +296,7 @@ Authors ordered by first contribution.

Christophe Tafani-Dereeper <christophetd@hotmail.fr>
Manoj Kumar <nithmanoj@gmail.com>
David Broder-Rodgers <broder93@gmail.com>
Alex Louden <alex@louden.com>
Alex Padilla <alexonezero@outlook.com>
南漂一卒 <shiy007@qq.com>
karan-96 <karanbatra96@gmail.com>

@@ -27,3 +27,3 @@ /* global Symbol */

var
version = "3.1.1",
version = "3.2.1",

@@ -176,7 +176,7 @@ // Define a local copy of jQuery

if ( deep && copy && ( jQuery.isPlainObject( copy ) ||
( copyIsArray = jQuery.isArray( copy ) ) ) ) {
( copyIsArray = Array.isArray( copy ) ) ) ) {
if ( copyIsArray ) {
copyIsArray = false;
clone = src && jQuery.isArray( src ) ? src : [];
clone = src && Array.isArray( src ) ? src : [];

@@ -220,4 +220,2 @@ } else {

isArray: Array.isArray,
isWindow: function( obj ) {

@@ -297,6 +295,2 @@ return obj != null && obj === obj.window;

nodeName: function( elem, name ) {
return elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase();
},
each: function( obj, callback ) {

@@ -303,0 +297,0 @@ var length, i = 0;

@@ -1,2 +0,2 @@

Copyright jQuery Foundation and other contributors, https://jquery.org/
Copyright JS Foundation and other contributors, https://js.foundation/

@@ -3,0 +3,0 @@ This software consists of voluntary contributions made by many

@@ -8,2 +8,4 @@ # jQuery

If upgrading, please see the [blog post for 3.2.1](https://blog.jquery.com/2017/03/20/jquery-3-2-1-now-available/). This includes notable differences from the previous version and a more readable changelog.
## Including jQuery

@@ -18,3 +20,3 @@

```html
<script src="https://code.jquery.com/jquery-2.2.0.min.js"></script>
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
```

@@ -21,0 +23,0 @@

@@ -28,3 +28,3 @@ {

],
"version": "2.2.1"
"version": "2.3.0"
}
{
"name": "card",
"version": "2.2.1",
"version": "2.3.0",
"author": "Jesse Pollak <jpollak92@gmail.com>",

@@ -23,5 +23,6 @@ "description": "Card lets you add an interactive, CSS3 credit card animation to your credit card form to help your users through the process.",

"clean": "rimraf ./lib/ && rimraf ./dist/",
"compile": "npm run clean && npm run compile:lib && npm run compile:dist",
"compile": "npm run clean && npm run compile:lib && npm run compile:dist && npm run compile:styles",
"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": "npm run env NODE_ENV=production && webpack",
"compile:styles": "node-sass ./src/scss/card.scss -o ./dist/ --output-style compressed",
"development": "webpack-dev-server --hot --inline",

@@ -28,0 +29,0 @@ "preversion": "npm run compile",

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

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

Sorry, the diff of this file is not supported yet

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

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

Sorry, the diff of this file is not supported yet

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

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