@paystack/inline-js
Advanced tools
Comparing version 2.1.0 to 2.4.0-dev.1
{ | ||
"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" | ||
} | ||
} | ||
} |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
125752
1633
1
37
3
2
5
+ Added@babel/polyfill@^7.11.5
+ Added@babel/polyfill@7.12.1(transitive)
+ Addedcore-js@2.6.12(transitive)
+ Addedregenerator-runtime@0.13.11(transitive)