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

@nftx/api

Package Overview
Dependencies
Maintainers
2
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nftx/api - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## 0.1.2 (2022-12-19)
**Note:** Version bump only for package @nftx/api
## 0.1.1 (2022-12-16)

@@ -8,0 +16,0 @@

21

package.json
{
"name": "@nftx/api",
"version": "0.1.1",
"version": "0.1.2",
"description": "",

@@ -17,2 +17,8 @@ "homepage": "https://github.com/NFTX-project/nftxjs",

},
"scripts": {
"lint": "eslint --fix -c ../../.eslintrc.js --ext ts,tsx src && tsc --noEmit",
"test": "echo \"no tests\" #jest --config ../../jest.config.js",
"build": "rm -rf dist && rollup -c && tsc -d --outDir dist/ts --emitDeclarationOnly",
"prepublishOnly": "yarn build"
},
"peerDependencies": {

@@ -25,4 +31,4 @@ "@ethersproject/bignumber": "^5.6.0",

"@ethersproject/bignumber": "^5.6.0",
"@nftx/config": "^0.1.1",
"@nftx/types": "^0.1.1"
"@nftx/config": "^0.1.2",
"@nftx/types": "^0.1.2"
},

@@ -32,8 +38,3 @@ "bugs": {

},
"sideEffects": false,
"scripts": {
"lint": "eslint --fix -c ../../.eslintrc.js --ext ts,tsx src && tsc --noEmit",
"test": "echo \"no tests\" #jest --config ../../jest.config.js",
"build": "rm -rf dist && rollup -c && tsc -d --outDir dist/ts --emitDeclarationOnly"
}
}
"sideEffects": false
}
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