Socket
Socket
Sign inDemoInstall

apollo-server-errors

Package Overview
Dependencies
2
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 2.0.1

26

package.json
{
"name": "apollo-server-errors",
"version": "2.0.0",
"version": "2.0.1",
"author": "opensource@apollographql.com",

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

"compile": "tsc",
"prepublish": "npm run clean && npm run compile"
"prepare": "npm run clean && npm run compile"
},

@@ -25,27 +25,5 @@ "main": "dist/index.js",

},
"devDependencies": {
"@types/jest": "23.3.0",
"jest": "23.4.1",
"ts-jest": "22.4.6"
},
"peerDependencies": {
"graphql": "^0.12.0 || ^0.13.0 || ^14.0.0"
},
"jest": {
"testEnvironment": "node",
"transform": {
"^.+\\.(ts|js)$": "ts-jest"
},
"moduleFileExtensions": [
"ts",
"js",
"json"
],
"testRegex": "src/__tests__/.*$",
"globals": {
"ts-jest": {
"skipBabel": true
}
}
}
}
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