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

supertest-graphql

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

supertest-graphql - npm Package Compare versions

Comparing version 0.0.0-beta to 1.0.0

17

package.json
{
"name": "supertest-graphql",
"version": "0.0.0-beta",
"version": "1.0.0",
"description": "Extends supertest to test a GraphQL endpoint",

@@ -12,3 +12,4 @@ "main": "dist/index.js",

"lint": "eslint . --ext .ts",
"prepublish": "build"
"prepublishOnly": "npm run build",
"release": "auto shipit"
},

@@ -40,2 +41,3 @@ "files": [

"apollo-server-express": "^3.5.0",
"auto": "^10.32.5",
"eslint": "^8.4.1",

@@ -54,4 +56,11 @@ "eslint-config-prettier": "^8.3.0",

"@types/supertest": "^2.0.11",
"supertest": "^6.1.6"
"supertest": "^6.1.6",
"supertest-graphql": "^0.0.0-beta"
},
"auto": {
"plugins": [
"npm"
],
"onlyPublishWithReleaseLabel": true
}
}
}
# supertest-graphql
<p>
<img alt="Version" src="https://img.shields.io/badge/version-0.0.0-blue.svg?cacheSeconds=2592000" />
<a href="https://badge.fury.io/js/supertest-graphql"><img src="https://badge.fury.io/js/supertest-graphql.svg" alt="npm version" height="18"></a>
<a href="#" target="_blank">

@@ -5,0 +5,0 @@ <img alt="License: ISC" src="https://img.shields.io/badge/License-ISC-yellow.svg" />

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