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

@paystack/inline-js

Package Overview
Dependencies
Maintainers
5
Versions
143
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@paystack/inline-js - npm Package Compare versions

Comparing version 2.1.0 to 2.4.0-dev.1

40

package.json
{
"name": "@paystack/inline-js",
"version": "2.1.0",
"version": "2.4.0-dev.1",
"description": "Client-side library to load the Paystack checkout form",

@@ -29,4 +29,7 @@ "main": "lib/inline.js",

"homepage": "https://github.com/PaystackHQ/inline-js#readme",
"dependencies": {},
"dependencies": {
"@babel/polyfill": "^7.11.5"
},
"devDependencies": {
"@babel/plugin-transform-object-assign": "^7.10.4",
"axios-mock-adapter": "^1.16.0",

@@ -42,3 +45,5 @@ "babel-c": "^0.2.0",

"babel-preset-stage-2": "^6.24.1",
"commitizen": "^4.2.4",
"cross-env": "^5.1.6",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^4.19.1",

@@ -52,2 +57,3 @@ "eslint-config-airbnb": "^16.1.0",

"http-server": "^0.11.1",
"husky": "^6.0.0",
"jest": "^23.6.0",

@@ -65,3 +71,4 @@ "jest-fetch-mock": "^3.0.3",

"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-uglify": "^3.0.0"
"rollup-plugin-uglify": "^3.0.0",
"semantic-release": "^17.4.4"
},

@@ -75,3 +82,4 @@ "scripts": {

"build": "npm run build:staging",
"test": "cross-env NODE_ENV=test jest"
"test": "cross-env NODE_ENV=test jest",
"prepare": "husky install"
},

@@ -84,3 +92,27 @@ "jest": {

]
},
"release": {
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/npm",
"@semantic-release/github"
],
"branches": [
"master",
{
"name": "dev",
"prerelease": true
}
]
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"husky": {
"hooks": {
"prepare-commit-msg": "exec < /dev/tty && git cz --hook || true"
}
}
}
lib/inline.js

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