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

@open_social_protocol/osp-wallet

Package Overview
Dependencies
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@open_social_protocol/osp-wallet - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

6

CHANGELOG.md
# @open_social_protocol/osp-wallet
## 0.0.2
### Patch Changes
- update version

5

dist/index.js

@@ -2679,8 +2679,3 @@ var __defProp = Object.defineProperty;

const bigNumber = this.bigNumber.bind(this);
const blockTag = this.blockTag.bind(this);
const data = this.data.bind(this);
const hash = this.hash.bind(this);
const hex = this.hex.bind(this);
const number = this.number.bind(this);
const type = this.type.bind(this);
const boolean = this.boolean.bind(this);

@@ -2687,0 +2682,0 @@ const log = this.receiptLog.bind(this);

13

package.json
{
"name": "@open_social_protocol/osp-wallet",
"version": "0.0.1",
"version": "0.0.2",
"description": "open social protocol abstract account sdk",
"main": "./dist/index.js",

@@ -10,10 +11,8 @@ "types": "./dist/index.d.ts",

"license": "MIT",
"homepage": "https://osp-docs.vercel.app",
"description": "OSP BLOCKCHAIN TYPES UPDATE >>> Fri Feb 2 14:34:26 CST 2024",
"repository": {
"type": "git",
"url": "git+https://gitlab.com/Keccak256-evg/gwave-mobile/osp.git"
"url": "git+https://gitlab.com/Keccak256-evg/opensocial/js-sdk.git"
},
"bugs": {
"url": "https://gitlab.com/Keccak256-evg/gwave-mobile/osp/-/issues"
"url": "https://gitlab.com/Keccak256-evg/opensocial/js-sdk/-/issues"
},

@@ -37,8 +36,6 @@ "dependencies": {

"scripts": {
"lint": "npm run build && rm -rf dist &&eslint \"**/*.ts*\"",
"lint": "eslint \"src/**/*.ts\" --fix",
"build": "tsup src/index.ts --format cjs --dts",
"publish-package": "sh scripts/publish.sh",
"publish-package-beta": "sh scripts/publish.sh https://registry.npmjs.org/",
"typechain": "typechain --target ethers-v5 --out-dir ./src/typechain './abi/*.json'"
}
}
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