New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.0.0-beta1 to 2.0.0-beta2

2

bower.json

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

],
"version": "2.0.0-beta1"
"version": "2.0.0-beta2"
}
{
"name": "card",
"version": "2.0.0-beta1",
"version": "2.0.0-beta2",
"author": "Jesse Pollak <jpollak92@gmail.com>",

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

@@ -29,18 +29,2 @@ var webpack = require('webpack')

var libConfig = _.defaults(
{
output: {
path: __dirname + '/lib/',
filename: 'index.js',
library: 'card',
libraryTarget: 'umd',
},
externals: {
"qj": "QJ",
"payment": "Payment"
}
},
baseConfig
)
var jQueryConfig = _.defaults(

@@ -64,4 +48,3 @@ {

baseConfig,
libConfig,
jQueryConfig
]
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