New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@payvision/checkout-library

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@payvision/checkout-library - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

6

package.json
{
"name": "@payvision/checkout-library",
"version": "1.0.1",
"version": "1.0.2",
"description": "Payvision Checkout javascript customization library.",

@@ -10,3 +10,4 @@ "main": "dist/checkout-library.js",

"dev": "webpack-dev-server --open --mode=development --config webpack.dev.js",
"build": "webpack --config webpack.prod.js"
"build": "webpack --config webpack.prod.js",
"prepublishOnly": "update-readme -b ./dist/checkout-library.js"
},

@@ -18,2 +19,3 @@ "author": "Payvision",

"@babel/preset-env": "^7.2.0",
"@payvision-azure/update-readme": "^1.0.1",
"babel-loader": "^8.0.4",

@@ -20,0 +22,0 @@ "clean-webpack-plugin": "^1.0.0",

@@ -27,2 +27,18 @@ # Checkout.js

### Install from Payvision CDN
Import the library from Payvision CDN:
```html
<script
src="https://cdn.payvision.com/checkout/1.0.2/checkout-library.js"
integrity="sha384-dfYwYFWBpMmpGLKBjz9mAoR4xHB0JSJk/jbd93YsdXmS3Nu0KFbluVF+8F8yguT7"
crossorigin="anonymous"
></script>
```
Note that:
Use corresponding integrity "sha384-dfYwYFWBpMmpGLKBjz9mAoR4xHB0JSJk/jbd93YsdXmS3Nu0KFbluVF+8F8yguT7" to ensure [subresource integrity](https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity).
## Use of library

@@ -29,0 +45,0 @@

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