@paybyrd/threedsecure-service
Advanced tools
Comparing version 2.0.1 to 3.0.0-alpha.1
{ | ||
"name": "@paybyrd/threedsecure-service", | ||
"version": "2.0.1", | ||
"version": "3.0.0-alpha.1", | ||
"description": "JS service implementation to control the 3DS flow over Paybyrd API", | ||
"main": "dist/threedsecure-service.min.js", | ||
"repository": { | ||
@@ -10,4 +9,14 @@ "type": "git", | ||
}, | ||
"source": "src/index.ts", | ||
"exports": { | ||
"require": "./dist/index.cjs", | ||
"default": "./dist/index.modern.js" | ||
}, | ||
"main": "./dist/index.cjs", | ||
"module": "./dist/index.module.js", | ||
"types": "./dist/index.d.ts", | ||
"unpkg": "./dist/index.umd.js", | ||
"scripts": { | ||
"prepublish": "babel src/threedsecure-service.js --out-dir dist --out-file-extension .min.js", | ||
"build": "microbundle", | ||
"start": "microbundle watch", | ||
"samples": "live-server --open=./samples" | ||
@@ -29,32 +38,14 @@ }, | ||
"homepage": "https://github.com/paybyrd/threedsecure-service-js#readme", | ||
"files": [ | ||
"dist", | ||
"src" | ||
], | ||
"devDependencies": { | ||
"@babel/cli": "^7.18.10", | ||
"@babel/preset-env": "^7.19.1", | ||
"babel-plugin-module-resolver": "^4.1.0", | ||
"babel-preset-minify": "^0.5.2", | ||
"live-server": "1.2.2" | ||
"live-server": "^1.2.2", | ||
"microbundle": "^0.15.1", | ||
"typescript": "^4.9.5" | ||
}, | ||
"babel": { | ||
"presets": [ | ||
[ | ||
"@babel/preset-env", | ||
{ | ||
"modules": false | ||
} | ||
], | ||
[ | ||
"minify", | ||
{ | ||
"keepFnName": true | ||
} | ||
] | ||
], | ||
"plugins": [ | ||
"@babel/plugin-transform-spread", | ||
"babel-plugin-module-resolver" | ||
] | ||
}, | ||
"dependencies": { | ||
"@paybyrd/threedsecure-service": "^2.0.0" | ||
"buffer": "^6.0.3" | ||
} | ||
} |
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
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
286577
3
134
1567
148
1
5
+ Addedbuffer@^6.0.3
+ Addedbase64-js@1.5.1(transitive)
+ Addedbuffer@6.0.3(transitive)
+ Addedieee754@1.2.1(transitive)
- Removed@paybyrd/threedsecure-service@^2.0.0