@crossid/vue-wrapper
Advanced tools
Comparing version 1.0.7 to 1.0.8
{ | ||
"name": "@crossid/vue-wrapper", | ||
"scope": "@crossid", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "A wrapper for the crossid oauth2 client for vue3", | ||
"main": "src/index.js", | ||
"types": "src/index.d.ts", | ||
"main": "index.js", | ||
"module": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"files": [ | ||
"dist/*.{js,ts,map}" | ||
], | ||
"repository": { | ||
@@ -12,3 +16,5 @@ "url": "https://github.com/crossid/vue-wrapper" | ||
"scripts": { | ||
"test": "exit 0" | ||
"build": "rimraf dist && rollup -m -c --environment NODE_ENV:production", | ||
"start": "rollup -cw", | ||
"docs": "typedoc --out docs src/index.ts" | ||
}, | ||
@@ -18,6 +24,16 @@ "author": "", | ||
"dependencies": { | ||
"@crossid/crossid-spa-js": "^0.0.5", | ||
"@crossid/crossid-spa-js": "^0.1.1", | ||
"typescript": "^4.3.5", | ||
"vue": "^3.0.0" | ||
}, | ||
"devDependencies": { | ||
"@rollup/plugin-node-resolve": "^13.0.4", | ||
"@rollup/plugin-typescript": "^8.2.5", | ||
"rollup": "^2.56.2", | ||
"rollup-plugin-delete": "^2.0.0", | ||
"rollup-plugin-peer-deps-external": "^2.2.4", | ||
"rollup-plugin-serve": "^1.1.0", | ||
"rollup-plugin-terser": "^7.0.2", | ||
"typedoc": "^0.21.6" | ||
} | ||
} |
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
Network access
Supply chain riskThis module accesses the network.
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
1053751
389
8
3
+ Added@crossid/crossid-spa-js@0.1.1(transitive)
- Removed@crossid/crossid-spa-js@0.0.5(transitive)