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

@hashgraph/nft-utilities

Package Overview
Dependencies
Maintainers
15
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hashgraph/nft-utilities - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

src/helpers/files.ts

2

examples/local-metadata-validator/index.js

@@ -20,3 +20,3 @@ /*-

*/
const { localValidation } = require('../..');
const { localValidation } = require('../../local-validation');

@@ -23,0 +23,0 @@ function main() {

@@ -20,3 +20,3 @@ /*-

*/
const { Validator, defaultVersion } = require('../..');
const { Validator } = require('../..');

@@ -23,0 +23,0 @@ function main() {

{
"name": "@hashgraph/nft-utilities",
"version": "2.0.0",
"version": "2.1.0",
"description": "NFT Utilities for Hedera Hashgraph",

@@ -8,3 +8,4 @@ "main": "index.js",

"test": "jest",
"test-output": "jest --ci --reporters=default --reporters=jest-junit"
"test-output": "jest --ci --reporters=default --reporters=jest-junit",
"build": "tsc -w"
},

@@ -26,8 +27,27 @@ "keywords": [

"axios": "^1.2.2",
"jsonschema": "^1.4.1"
"jsonschema": "^1.4.1",
"typescript": "^5.1.3"
},
"devDependencies": {
"@types/jest": "^29.5.2",
"jest": "^29.3.1",
"jest-junit": "^15.0.0"
"jest-junit": "^15.0.0",
"ts-jest": "^29.1.0"
},
"jest": {
"transform": {
"^.+\\.(ts|tsx)$": "ts-jest"
},
"testMatch": [
"**/src/test/**/*.(spec|test).(ts|tsx)"
],
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
}
}

@@ -19,2 +19,3 @@ <div align="center">

- **How to build the package**
- **Package: [Token metadata validator](#token-metadata-validator)**

@@ -31,2 +32,12 @@ - **Package: [Local metadata validator](#local-validator)**

## How to build the package?
To build this package, run the below command:
```sh
npm run build
```
This command will produce a `dist` folder containing the outputted JavaScript files.
## Token metadata validator

@@ -33,0 +44,0 @@

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