cardano-graphql-ts
Advanced tools
Comparing version 1.0.0-rc.5 to 1.0.0-rc.6
{ | ||
"name": "cardano-graphql-ts", | ||
"version": "1.0.0-rc.5", | ||
"version": "1.0.0-rc.6", | ||
"description": "A client package for Cardano GraphQL, including a TypeScript type definitions for the schema, also included", | ||
@@ -12,4 +12,6 @@ "repository": { | ||
"scripts": { | ||
"build": "rm -rf dist && tsc", | ||
"prepublishOnly": "yarn build && cpx ../../src/schema.graphql ." | ||
"build": "tsc -p .", | ||
"prepack": "yarn build && shx cp ../../src/schema.graphql .", | ||
"preinstall": "yarn build && shx cp ../../src/schema.graphql .", | ||
"postpack": "shx rm schema.graphql && shx rm -rf dist" | ||
}, | ||
@@ -26,3 +28,3 @@ "keywords": [ | ||
"devDependencies": { | ||
"cpx": "^1.5.0", | ||
"shx": "^0.3.2", | ||
"typescript": "^3.8.3" | ||
@@ -29,0 +31,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
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
24280
7
16
1
1