New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

graphql-artisan

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-artisan - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

codegen/index.d.ts

7

package.json
{
"name": "graphql-artisan",
"version": "0.1.5",
"version": "0.1.6",
"description": "TypeScript compatible GraphQL generator.",
"main": "dist/index.js",
"main": "index",
"author": "Juho Vähä-Herttua",

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

"prepublishOnly": "npm run clean && npm run build",
"clean": "rm -rf coverage dist",
"clean": "rm -rf coverage index.* lib codegen",
"test": "jest --verbose --forceExit --detectOpenHandles --coverage",

@@ -33,3 +33,2 @@ "test-coveralls": "jest --coverage --coverageReporters=text-lcov | coveralls",

"@types/jest": "^23.3.2",
"@types/node": "^10.10.3",
"coveralls": "^3.0.2",

@@ -36,0 +35,0 @@ "graphql": "^14.0.2",

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