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

cardano-nftcdn-client

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

cardano-nftcdn-client - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

dist/index.cjs

23

package.json
{
"name": "cardano-nftcdn-client",
"version": "1.0.2",
"version": "1.0.3",
"description": "TypeScript client for XRAY/Graph NFTCDN API",

@@ -12,11 +12,18 @@ "author": "XRAY/Network <hello@xray.app>",

},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module",
"exports": {
".": {
"require": "./dist/index.cjs",
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist/"
"dist"
],
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
"scripts": {
"build": "tsc -p tsconfig.json && tsc -p tsconfig-cjs.json",
"schema": "tsx src/schema/generate.ts",
"build": "tsup src/index.ts",
"schema": "node src/schema/generate.mjs",
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx,json,md,scss,css}\"",

@@ -30,3 +37,3 @@ "test": "vitest --run",

"prettier": "^2.8.8",
"tsx": "^4.9.4",
"tsup": "^8.1.0",
"typescript": "^5.4.5",

@@ -33,0 +40,0 @@ "vitest": "^1.6.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