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

apollo-client

Package Overview
Dependencies
Maintainers
2
Versions
309
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apollo-client - npm Package Compare versions

Comparing version 0.3.23 to 0.3.24

4

gql.js

@@ -6,6 +6,6 @@ // This is here for backcompat, even though the right way is to use the other package

if (typeof window !== 'undefined') {
window['gql'] = gql;
window['gql'] = module.exports;
} else if (typeof global !== 'undefined') {
global['gql'] = gql;
global['gql'] = module.exports;
}
}
{
"name": "apollo-client",
"version": "0.3.23",
"version": "0.3.24",
"description": "A simple yet functional GraphQL client.",

@@ -5,0 +5,0 @@ "main": "index.js",

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