Socket
Socket
Sign inDemoInstall

apollo-server-module-operation-store

Package Overview
Dependencies
Maintainers
4
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apollo-server-module-operation-store - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

4

package.json
{
"name": "apollo-server-module-operation-store",
"version": "1.3.1",
"version": "1.3.2",
"description": "Persisted operation store module for Apollo GraphQL Servers",

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

"peerDependencies": {
"graphql": "^0.9.0 || ^0.10.1 || ^0.11.0"
"graphql": "^0.9.0 || ^0.10.1 || ^0.11.0 || ^0.12.0"
},

@@ -33,0 +33,0 @@ "typings": "dist/index.d.ts",

@@ -91,3 +91,3 @@ import 'mocha';

const store = new OperationStore(schema);
return expect(() => store.put(query)).to.throw(/Syntax Error GraphQL/);
return expect(() => store.put(query)).to.throw(/Syntax Error/);
});

@@ -94,0 +94,0 @@

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