cardano-nftcdn-client
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"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" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
24008
0
Yes
7
315
1