@brainsatplay/accounts-browser
Advanced tools
Comparing version 0.0.1 to 0.0.3
{ | ||
"name": "@brainsatplay/accounts-browser", | ||
"version": "0.0.1", | ||
"version": "0.0.3", | ||
"description": "FOSS account management system for the Brains@Play ecosystem", | ||
"main": "../../dist/frontend/index.js", | ||
"types": "../../dist/frontend/index.d.ts", | ||
"main": "./dist/frontend/index.js", | ||
"types": "./dist/frontend/index.d.ts", | ||
"scripts": { | ||
@@ -21,5 +21,6 @@ "start": "cd .. && yarn run frontend", | ||
"homepage": "https://github.com/brainsatplay/accounts#readme", | ||
"devDependencies": {}, | ||
"devDependencies": { | ||
"@brainsatplay/accounts-common": "*" | ||
}, | ||
"dependencies": { | ||
"@brainsatplay/accounts-common": "*", | ||
"@giveback007/util-lib": "^0.23.1", | ||
@@ -26,0 +27,0 @@ "realm-web": "^1.5.1" |
{ | ||
"extends": "../../tsconfig.json", | ||
"files": [], | ||
"include": [], | ||
"compilerOptions": { | ||
/* -- Basic Options -- */ | ||
"rootDir": "../", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */ | ||
"outDir": "./dist", | ||
}, | ||
"include": ["./"], | ||
} |
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
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 1 instance in 1 package
62787
2
24
1084
1
1
2
- Removed@brainsatplay/accounts-common@*