Socket
Socket
Sign inDemoInstall

github-graphql-api

Package Overview
Dependencies
0
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.4 to 1.0.6

dist/github.mjs

9

package.json
{
"name": "github-graphql-api",
"version": "1.0.4",
"version": "1.0.6",
"description": "A node client for the GitHub GraphQL API with minimal dependencies created with TypeScript.",

@@ -18,4 +18,4 @@ "keywords": [

"main": "./dist/index.js",
"module": "./dist/index.js",
"jsnext:main": "./dist/index.js",
"module": "./dist/index.mjs",
"jsnext:main": "./dist/index.mjs",
"typings": "./dist/index.d.ts",

@@ -38,3 +38,3 @@ "license": "MIT",

"ci": "npm run coverage && codecov",
"compile": "rm -rf dist/* && tsc",
"compile": "rm -rf dist/* && tsc && tsc-mjs --sourceMap --declaration false --target esnext --module esnext --mjs",
"preversion": "npm run compile && git add ."

@@ -49,2 +49,3 @@ },

"ts-jest": "^22.4.6",
"ts-mjs": "^3.1.0",
"tslint": "^5.10.0",

@@ -51,0 +52,0 @@ "tslint-config-airbnb": "^5.9.2",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc