@paystack/inline-js
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "@paystack/inline-js", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Client-side library to load the Paystack checkout form", | ||
"main": "lib/inline.js", | ||
"module": "es/inline.js", | ||
"files": [ | ||
"dist", | ||
"lib", | ||
"es" | ||
], | ||
"repository": { | ||
@@ -24,3 +31,3 @@ "type": "git", | ||
"devDependencies": { | ||
"axios-mock-adapter": "^1.15.0", | ||
"axios-mock-adapter": "^1.16.0", | ||
"babel-c": "^0.2.0", | ||
@@ -39,5 +46,5 @@ "babel-cli": "^6.26.0", | ||
"eslint-config-prettier": "^2.9.0", | ||
"eslint-plugin-import": "^2.12.0", | ||
"eslint-plugin-jsx-a11y": "^6.0.3", | ||
"eslint-plugin-react": "^7.9.1", | ||
"eslint-plugin-import": "^2.16.0", | ||
"eslint-plugin-jsx-a11y": "^6.2.1", | ||
"eslint-plugin-react": "^7.12.4", | ||
"fast-async": "^6.3.7", | ||
@@ -48,3 +55,3 @@ "http-server": "^0.11.1", | ||
"prettier-eslint": "^8.8.0", | ||
"rimraf": "^2.6.2", | ||
"rimraf": "^2.6.3", | ||
"rollup": "^0.56.1", | ||
@@ -56,3 +63,3 @@ "rollup-plugin-babel": "^3.0.4", | ||
"rollup-plugin-node-resolve": "^3.3.0", | ||
"rollup-plugin-replace": "^2.0.0", | ||
"rollup-plugin-replace": "^2.2.0", | ||
"rollup-plugin-uglify": "^3.0.0" | ||
@@ -67,3 +74,4 @@ }, | ||
"build:cjs": "cross-env NODE_ENV=cjs rollup --config rollup.config.js -o lib/inline.js", | ||
"build": "npm run build:dist && npm run build:cjs", | ||
"build:es": "cross-env NODE_ENV=es rollup --config rollup.config.js -o es/inline.js", | ||
"build": "npm run build:dist && npm run build:cjs && npm run build:es", | ||
"test": "cross-env NODE_ENV=test jest" | ||
@@ -70,0 +78,0 @@ }, |
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
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
177194
1945
0
5
1