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 0.1.1-alpha.0 to 1.0.0-rc.2

dist/index.d.ts

27

package.json
{
"name": "cardano-graphql-ts",
"version": "0.1.1-alpha.0",
"description": "Generated TypeScript definitions for Cardano GraphQL",
"version": "1.0.0-rc.2",
"description": "A client package for Cardano GraphQL, including a TypeScript type definitions for the schema, also included",
"repository": {

@@ -9,4 +9,8 @@ "type": "git",

},
"main": "",
"scripts": {},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "rm -rf dist && tsc",
"prepublishOnly": "yarn build && cpx ../../src/schema.graphql ."
},
"keywords": [

@@ -18,6 +22,15 @@ "Cardano",

"contributors": [
"Rhys Bartels-Waller <rhys.bartelswaller@iohk.io> (https://iohk.io)",
"Sam Jeston <sam.jeston@iohk.io> (https://iohk.io)"
"Rhys Bartels-Waller <rhys.bartelswaller@iohk.io> (https://iohk.io)"
],
"license": "Apache-2.0"
"license": "Apache-2.0",
"devDependencies": {
"cpx": "^1.5.0",
"typescript": "^3.8.3"
},
"files": [
"dist/*",
"schema.graphql",
"LICENSE",
"LICENSE_NOTICE"
]
}
# Cardano GraphQL: TypeScript Definition
Generated using [GraphQL Code Generator](https://graphql-code-generator.com/docs/plugins/typescript), published to npm via a build job.
Statically check Cardano GraphQL queries
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