New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@georgeroman/wyvern-v2-sdk

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@georgeroman/wyvern-v2-sdk - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

dist/abis/ERC20.json

52

package.json
{
"name": "@georgeroman/wyvern-v2-sdk",
"version": "0.0.4",
"version": "0.0.5",
"description": "Wyvern V2 SDK",
"keywords": [
"ethereum",
"nft",
"opensea",
"sdk",
"nft",
"ethereum",
"wyvern",
"opensea"
"wyvern"
],
"author": "George Roman",
"license": "MIT",
"main": "dist/src/sdk/index.js",
"types": "dist/src/sdk/index.d.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/**/*"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"compile": "hardhat compile",
"test": "hardhat test",
"test:forking": "FORKING=1 hardhat test",
"prepublishOnly": "rm -rf dist && tsc"
"build": "tsc",
"clean": "rm -rf dist && rm tsconfig.tsbuildinfo",
"prepublishOnly": "yarn clean && yarn build"
},
"dependencies": {
"ethers": "^5.4.6"
"ethers": "^5.4.6",
"merkletreejs": "^0.2.24"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@openzeppelin/contracts": "^4.3.1",
"@types/mocha": "^9.0.0",
"chai": "^4.3.4",
"dotenv": "^10.0.0",
"ethereum-waffle": "^3.4.0",
"hardhat": "^2.6.2",
"merkletreejs": "^0.2.24",
"openzeppelin-solidity": "^1.9.0",
"ts-node": "^10.2.1",
"typescript": "^4.4.2"
},
"files": [
"dist/src/sdk/**/*"
],
"publishConfig": {
"access": "public"
"@types/node": "^16.9.1"
}
}
}
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