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

@twin.org/nft-models

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@twin.org/nft-models - npm Package Compare versions

Comparing version 0.0.1-next.3 to 0.0.1-next.4

2

docs/changelog.md
# @twin.org/nft-models - Changelog
## v0.0.1-next.3
## v0.0.1-next.4
- Initial Release
{
"name": "@twin.org/nft-models",
"version": "0.0.1-next.3",
"version": "0.0.1-next.4",
"description": "Contains models and classes for use with NFTs",

@@ -16,15 +16,2 @@ "repository": {

},
"scripts": {
"clean": "rimraf dist coverage",
"build": "tspc",
"test": "vitest --run --config ./vitest.config.ts --no-cache",
"coverage": "vitest --run --coverage --config ./vitest.config.ts --no-cache",
"bundle:esm": "rollup --config rollup.config.mjs --environment MODULE:esm",
"bundle:cjs": "rollup --config rollup.config.mjs --environment MODULE:cjs",
"bundle": "npm run bundle:esm && npm run bundle:cjs",
"docs:clean": "rimraf docs/reference",
"docs:generate": "typedoc",
"docs": "npm run docs:clean && npm run docs:generate",
"dist": "npm run clean && npm run build && npm run test && npm run bundle && npm run docs"
},
"dependencies": {

@@ -35,16 +22,2 @@ "@twin.org/core": "next",

},
"devDependencies": {
"@twin.org/nameof-transformer": "next",
"@vitest/coverage-v8": "2.1.1",
"@types/node": "22.5.5",
"copyfiles": "2.4.1",
"rimraf": "6.0.1",
"rollup": "4.22.0",
"rollup-plugin-typescript2": "0.36.0",
"ts-patch": "3.2.1",
"typedoc": "0.26.7",
"typedoc-plugin-markdown": "4.2.7",
"typescript": "5.6.2",
"vitest": "2.1.1"
},
"main": "./dist/cjs/index.cjs",

@@ -51,0 +24,0 @@ "module": "./dist/esm/index.mjs",

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