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

nft-schemas

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nft-schemas - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

1

dist/index.d.ts

@@ -16,3 +16,4 @@ export * from './validation';

export { WearableCategory } from './dapps/wearable-category';
export { GraffitiCategory } from './dapps/graffiti-category';
export { World, ValidWorldRange, getWorld, isInsideWorldLimits, } from './dapps/world';
//# sourceMappingURL=index.d.ts.map

4

dist/index.js

@@ -13,3 +13,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.isInsideWorldLimits = exports.getWorld = exports.World = exports.WearableCategory = exports.Rarity = exports.Order = exports.NFT = exports.NFTCategory = exports.Network = exports.MetaTransaction = exports.ListingStatus = exports.Item = exports.Contract = exports.getChainId = exports.ChainName = exports.getChainName = exports.ChainId = exports.BodyShape = exports.Bid = void 0;
exports.isInsideWorldLimits = exports.getWorld = exports.World = exports.GraffitiCategory = exports.WearableCategory = exports.Rarity = exports.Order = exports.NFT = exports.NFTCategory = exports.Network = exports.MetaTransaction = exports.ListingStatus = exports.Item = exports.Contract = exports.getChainId = exports.ChainName = exports.getChainName = exports.ChainId = exports.BodyShape = exports.Bid = void 0;
// export the utils

@@ -48,2 +48,4 @@ __exportStar(require("./validation"), exports);

Object.defineProperty(exports, "WearableCategory", { enumerable: true, get: function () { return wearable_category_1.WearableCategory; } });
var graffiti_category_1 = require("./dapps/graffiti-category");
Object.defineProperty(exports, "GraffitiCategory", { enumerable: true, get: function () { return graffiti_category_1.GraffitiCategory; } });
var world_1 = require("./dapps/world");

@@ -50,0 +52,0 @@ Object.defineProperty(exports, "World", { enumerable: true, get: function () { return world_1.World; } });

{
"version": "1.3.0",
"version": "1.3.1",
"name": "nft-schemas",

@@ -4,0 +4,0 @@ "main": "./dist/index.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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