Socket
Socket
Sign inDemoInstall

@walletconnect/keyvaluestorage

Package Overview
Dependencies
Maintainers
10
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@walletconnect/keyvaluestorage - npm Package Compare versions

Comparing version 1.0.1-rc.1-1c715f7f to 1.0.2-canary.0

dist/index.cjs.js

54

package.json
{
"name": "@walletconnect/keyvaluestorage",
"description": "Isomorphic Key-Value Storage",
"version": "1.0.1-rc.1-1c715f7f",
"version": "1.0.2-canary.0",
"author": "WalletConnect, Inc. <walletconnect.com>",

@@ -19,7 +19,7 @@ "license": "MIT",

],
"main": "dist/cjs/index.js",
"types": "dist/cjs/index.d.ts",
"unpkg": "dist/umd/index.min.js",
"browser": "dist/cjs/browser/index.js",
"react-native": "dist/cjs/react-native/index.js",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
"browser": "dist/index.es.js",
"unpkg": "dist/index.umd.js",
"types": "dist/types/index.d.ts",
"homepage": "https://github.com/walletconnect/walletconnect-utils",

@@ -35,16 +35,19 @@ "repository": {

"clean": "rm -rf dist",
"build:cjs": "tsc -p tsconfig.cjs.json",
"build:esm": "tsc -p tsconfig.esm.json",
"build:umd": "webpack",
"build": "run-s clean build:cjs build:esm build:umd ",
"build:pre": "npm run clean",
"build:types": "tsc",
"build:source": "rollup --config rollup.config.js",
"build": "npm run build:pre; npm run build:source; npm run build:types",
"test": "rm -rf ./test/dbs/* && env TS_NODE_PROJECT=\"tsconfig.cjs.json\" mocha --timeout 5000 --exit -r ts-node/register ./test/**/*.test.ts",
"lint": "eslint -c '../../.eslintrc' --fix './src/**/*.ts'"
"npm-publish:latest": "npm publish --access public --tag latest",
"npm-publish:canary": "npm publish --access public --tag canary",
"prepublishOnly": "npm run test && npm run build",
"prettier": "prettier --config ../../.prettierrc --check {src,test}/**/*.ts",
"format": "prettier --config ../../.prettierrc --write {src,test}/**/*.ts"
},
"dependencies": {
"localStorage": "^1.0.4",
"safe-json-utils": "^1.1.1"
"@walletconnect/safe-json": "^1.0.1"
},
"peerDependencies": {
"@react-native-async-storage/async-storage": "1.x",
"lokijs": "1.x"
"unstorage": "1.x"
},

@@ -55,3 +58,3 @@ "peerDependenciesMeta": {

},
"lokijs": {
"unstorage": {
"optional": true

@@ -64,28 +67,15 @@ }

"@types/node": "^14.14.7",
"@walletconnect/time": "^1.0.1",
"@walletconnect/time": "^1.0.2",
"chai": "^4.3.6",
"classic-level": "^1.2.0",
"deepmerge": "^4.2.2",
"eslint": "^8.23.1",
"husky": "^4.3.0",
"lokijs": "^1.5.12",
"idb-keyval": "^6.2.1",
"mocha": "^10.0.0",
"proxyquire": "^2.1.3",
"ts-node": "^10.9.1",
"tslib": "^1.10.0",
"typescript": "^3.7.5",
"typescript": "^4.9.5",
"unstorage": "^1.9.0",
"webpack": "^4.41.6",
"webpack-cli": "^3.3.11"
},
"husky": {
"hooks": {
"pre-commit": "run-s lint"
}
},
"prettier": {
"printWidth": 80,
"semi": true,
"singleQuote": false,
"trailingComma": "es5"
}
}
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