Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

apollo-cache-control

Package Overview
Dependencies
Maintainers
2
Versions
118
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apollo-cache-control - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

42

package.json
{
"name": "apollo-cache-control",
"version": "0.2.0",
"version": "0.2.1",
"description": "A GraphQL extension for cache control",

@@ -10,5 +10,3 @@ "main": "./dist/index.js",

"compile": "tsc",
"prepublish": "npm run clean && npm run compile",
"test": "jest --verbose",
"watch": "tsc -w"
"prepare": "npm run clean && npm run compile"
},

@@ -22,40 +20,8 @@ "license": "MIT",

"dependencies": {
"apollo-server-env": "2.0.0",
"graphql-extensions": "0.1.0"
"apollo-server-env": "file:../apollo-server-env",
"graphql-extensions": "file:../graphql-extensions"
},
"peerDependencies": {
"graphql": "0.10.x - 0.13.x"
},
"devDependencies": {
"@types/jest": "23.3.0",
"graphql-tools": "3.0.5",
"jest": "23.4.1",
"jest-matcher-utils": "23.2.0",
"ts-jest": "22.4.6"
},
"jest": {
"testEnvironment": "node",
"setupFiles": [
"<rootDir>/node_modules/apollo-server-env/dist/index.js"
],
"transform": {
"^.+\\.(ts|js)$": "ts-jest"
},
"moduleFileExtensions": [
"ts",
"js",
"json"
],
"testRegex": "src/__tests__/.*$",
"testPathIgnorePatterns": [
"<rootDir>/node_modules/",
"<rootDir>/lib/",
"test-utils"
],
"globals": {
"ts-jest": {
"skipBabel": true
}
}
}
}
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