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

@ocap/wallet

Package Overview
Dependencies
Maintainers
0
Versions
466
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ocap/wallet - npm Package Compare versions

Comparing version 1.18.166 to 1.19.0

.eslintrc.js

41

package.json
{
"name": "@ocap/wallet",
"version": "1.18.166",
"version": "1.19.0",
"description": "Utility function to create and use an forge compatible crypto wallet",

@@ -23,15 +23,20 @@ "keywords": [

"license": "Apache-2.0",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib"
],
"main": "./lib/index.js",
"module": "./lib/index.js",
"types": "./esm/index.d.ts",
"exports": {
".": {
"import": "./esm/index.js",
"require": "./lib/index.js",
"default": "./esm/index.js"
}
},
"devDependencies": {
"@arcblock/eslint-config-ts": "0.2.3",
"@types/jest": "^29.5.12",
"@types/node": "^17.0.45",
"eslint": "^8.25.0",
"@arcblock/eslint-config-ts": "0.3.3",
"@types/jest": "^29.5.13",
"@types/node": "^22.7.5",
"eslint": "^8.57.0",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"typescript": "^4.8.4"
"typescript": "^5.6.2"
},

@@ -47,5 +52,7 @@ "repository": {

"coverage": "npm run test -- --coverage",
"clean": "rm -fr lib",
"clean": "rm -fr lib esm",
"prebuild": "npm run clean",
"build": "tsc",
"build:cjs": "tsc -p tsconfig.cjs.json",
"build:esm": "tsc -p tsconfig.esm.json",
"build": "npm run build:cjs && npm run build:esm",
"build:watch": "npm run build -- -w"

@@ -57,7 +64,7 @@ },

"dependencies": {
"@arcblock/did": "1.18.166",
"@ocap/mcrypto": "1.18.166",
"@ocap/util": "1.18.166"
"@arcblock/did": "1.19.0",
"@ocap/mcrypto": "1.19.0",
"@ocap/util": "1.19.0"
},
"gitHead": "58c8356b3b8c238728560e4c3fef6ed1704d3ac4"
"gitHead": "1b6fac03988fb18507c8ef4c21de282762005f87"
}
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