@dynamic-labs/wallet-book
Advanced tools
Comparing version 0.0.19 to 0.17.0-RC.24
{ | ||
"name": "@dynamic-labs/wallet-book", | ||
"version": "0.0.19", | ||
"license": "MIT", | ||
"scripts": { | ||
"build": "rimraf dist && yarn build:cjs && yarn build:esm && yarn compile", | ||
"build:cjs": "rimraf dist/cjs && tsc -p tsconfig.cjs.json", | ||
"build:esm": "rimraf dist/esm && tsc -p tsconfig.esm.json", | ||
"compile": "ts-node-esm ./src/build/index.ts", | ||
"test": "jest" | ||
"version": "0.17.0-RC.24", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/dynamic-labs/DynamicAuth.git", | ||
"directory": "packages/wallet-book" | ||
}, | ||
"devDependencies": { | ||
"@dynamic-labs/iconic": "^0.1.7", | ||
"@types/jest": "^29.4.0", | ||
"@types/jsonminify": "^0.4.1", | ||
"@types/lodash": "^4.14.191", | ||
"@types/node": "^18.14.0", | ||
"@types/node-fetch": "^2.6.2", | ||
"@types/react": "^18.0.28", | ||
"@typescript-eslint/eslint-plugin": "^5.53.0", | ||
"@typescript-eslint/parser": "^5.53.0", | ||
"debug": "^4.3.4", | ||
"eslint": "^8.34.0", | ||
"eslint-plugin-react": "^7.32.2", | ||
"jest": "^29.4.3", | ||
"jsonminify": "^0.4.2", | ||
"lodash": "^4.17.21", | ||
"node-fetch": "^2", | ||
"react": "^18.2.0", | ||
"rimraf": "^4.1.2", | ||
"ts-jest": "^29.0.5", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^4.9.5", | ||
"zod": "^3.20.6" | ||
"bugs": { | ||
"url": "https://github.com/dynamic-labs/DynamicAuth/issues" | ||
}, | ||
"optionalDependencies": { | ||
"zod": "^3.20.6" | ||
"homepage": "https://github.com/dynamic-labs/DynamicAuth#readme", | ||
"author": "Dynamic Labs, Inc.", | ||
"license": "MIT", | ||
"main": "./src/index.cjs", | ||
"module": "./src/index.js", | ||
"types": "./src/index.d.ts", | ||
"type": "module", | ||
"exports": { | ||
".": { | ||
"types": "./src/index.d.ts", | ||
"import": "./src/index.js", | ||
"require": "./src/index.cjs" | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
"peerDependencies": { | ||
"@dynamic-labs/iconic": "^0.1.7", | ||
"react": "^18.2.0" | ||
"react": "^17.0.2 || ^18.0.0", | ||
"react-dom": "^17.0.2 || ^18.0.0" | ||
}, | ||
"files": [ | ||
"./dist/**/*", | ||
"./package.json" | ||
], | ||
"main": "dist/cjs/src/index.js", | ||
"module": "dist/esm/src/index.js", | ||
"dependencies": { | ||
"@dynamic-labs/logger": "^0.16.4" | ||
"@dynamic-labs/iconic": "0.1.19", | ||
"@dynamic-labs/logger": "0.17.0-RC.24" | ||
} | ||
} | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
467328
0
18281
1
0
Yes
71
1
+ Added@dynamic-labs/iconic@0.1.19
+ Added@dynamic-labs/iconic@0.1.19(transitive)
+ Added@dynamic-labs/logger@0.17.0-RC.24(transitive)
+ Addedreact-dom@18.3.1(transitive)
+ Addedscheduler@0.23.2(transitive)
- Removed@dynamic-labs/iconic@0.1.52(transitive)
- Removed@dynamic-labs/logger@0.16.24(transitive)
- Removedzod@3.23.8(transitive)