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

cardano-graphql-ts

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cardano-graphql-ts - npm Package Compare versions

Comparing version 1.0.0-rc.5 to 1.0.0-rc.6

10

package.json
{
"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 @@ },

dist/index.js.map

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