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.0.0 to 1.0.2

4

bower.json
{
"name": "card",
"version": "0.1.4",
"homepage": "https://github.com/jessepollak/card",

@@ -10,4 +9,3 @@ "authors": [

"main": [
"lib/js/card.js",
"lib/css/card.css"
"lib/js/card.js"
],

@@ -14,0 +12,0 @@ "keywords": [

{
"name": "card",
"version": "1.0.0",
"version": "1.0.2",
"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.",

@@ -73,2 +73,5 @@ # Card - check out the **[demo](https://jessepollak.github.io/card)**

```html
<html>
<body>
<div class='card-wrapper'></div>
<script src="/path/to/card.js"></script>

@@ -92,2 +95,4 @@ <form>

</script>
</body>
</html>
```

@@ -100,2 +105,5 @@

```html
<html>
<body>
<div class='card-wrapper'></div>
<script src="/path/to/card.js"></script>

@@ -124,2 +132,4 @@ <form>

</script>
</body>
</html>
```

@@ -132,2 +142,5 @@

```html
<html>
<body>
<div class='card-wrapper'></div>
<script src="/path/to/card.js"></script>

@@ -154,2 +167,4 @@ <form>

</script>
</body>
</html>
```

@@ -178,3 +193,9 @@

```
## Using with Ember.js or Angular.js
Card has wrappers if you want to use it with Ember.js or Angular.js.
[angular-card](https://github.com/gavruk/angular-card) by gavruk
[ember-credit-card](https://github.com/esbanarango/ember-credit-card) by esbanarango
## Development

@@ -206,2 +227,3 @@

* [Boligninja](http://www.boligninja.dk)
* [EasyCarros](http://www.easycarros.com/)

@@ -208,0 +230,0 @@ Are you using Card in production? If so, we'd love to link to you from this page. Open a PR or drop [@jessepollak](http://twitter.com/jessepollak) a line on [Twitter](http://twitter.com/jessepollak) and we'll add you right away!

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