Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@dynamic-labs/wallet-book

Package Overview
Dependencies
Maintainers
2
Versions
541
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dynamic-labs/wallet-book - npm Package Compare versions

Comparing version 0.0.19 to 0.17.0-RC.24

CHANGELOG.md

69

package.json
{
"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"
}
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc