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

nft-trust-score

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nft-trust-score - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

package.json
{
"name": "nft-trust-score",
"version": "1.0.3",
"version": "1.0.4",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "types": "dist/index.d.ts",

@@ -30,25 +30,20 @@ # NFT Trust Score

### `getCollectionDataset(collectionAddress: string, log = false)`
### getCollectionDataset(collectionAddress: string, log = false)
Get the dataset for the collection with the specified contract address. Log
progress if `log` is `true`.
- Get the dataset for the collection with the specified contract address. Log
progress if `log` is `true`.
### `computeTrustScore(datasetA, datasetB)`
### computeTrustScore(datasetA, datasetB)
Compute the trust score between two datasets
- Compute the trust score between two datasets
### `TrustScore`
## Types
#### `mutualOwnerCount`
### TrustScore
The number of mutual token owners between two collections.
#### `mutualOriginatorCount`
The number of mutual token originators (account that initiated the mint of a
token) between two collections.
#### `mutualOwnerOriginatorCount`
The number of mutual accounts that are both owners and originators in both
collections.
- **mutualOwnerCount:** The number of mutual token owners between two
collections.
- **mutualOriginatorCount:** The number of mutual token originators (account
that initiated the mint of a token) between two collections.
- **mutualOwnerOriginatorCount:** The number of mutual accounts that are both
owners and originators in both collections.
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