Socket
Socket
Sign inDemoInstall

@urql/exchange-populate

Package Overview
Dependencies
Maintainers
31
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@urql/exchange-populate - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

8

CHANGELOG.md
# @urql/exchange-populate
## 0.1.4
### Patch Changes
- Add graphql@^15.0.0 to peer dependency range, by [@kitten](https://github.com/kitten) (See [#688](https://github.com/FormidableLabs/urql/pull/688))
- Updated dependencies (See [#688](https://github.com/FormidableLabs/urql/pull/688) and [#678](https://github.com/FormidableLabs/urql/pull/678))
- @urql/core@1.10.8
## 0.1.3

@@ -4,0 +12,0 @@

8

dist/types/helpers/node.d.ts

@@ -12,8 +12,2 @@ import { NameNode, SelectionNode, SelectionSetNode, GraphQLOutputType, GraphQLWrappingType } from 'graphql';

}) => SelectionSet;
export declare const unwrapType: (type: import("graphql").GraphQLScalarType | import("graphql").GraphQLObjectType<any, any, {
[key: string]: any;
}> | import("graphql").GraphQLInterfaceType | import("graphql").GraphQLUnionType | import("graphql").GraphQLEnumType | import("graphql").GraphQLList<any> | import("graphql").GraphQLNonNull<import("graphql").GraphQLScalarType | import("graphql").GraphQLInterfaceType | import("graphql").GraphQLUnionType | import("graphql").GraphQLEnumType | import("graphql").GraphQLObjectType<any, any, {
[key: string]: any;
}> | import("graphql").GraphQLList<any>> | null | undefined) => import("graphql").GraphQLScalarType | import("graphql").GraphQLObjectType<any, any, {
[key: string]: any;
}> | import("graphql").GraphQLInterfaceType | import("graphql").GraphQLUnionType | import("graphql").GraphQLEnumType | null;
export declare const unwrapType: (type: import("graphql").GraphQLScalarType | import("graphql").GraphQLObjectType<any, any> | import("graphql").GraphQLInterfaceType | import("graphql").GraphQLUnionType | import("graphql").GraphQLEnumType | import("graphql").GraphQLList<any> | import("graphql").GraphQLNonNull<import("graphql").GraphQLScalarType | import("graphql").GraphQLInterfaceType | import("graphql").GraphQLUnionType | import("graphql").GraphQLEnumType | import("graphql").GraphQLObjectType<any, any> | import("graphql").GraphQLList<any>> | null | undefined) => import("graphql").GraphQLScalarType | import("graphql").GraphQLObjectType<any, any> | import("graphql").GraphQLInterfaceType | import("graphql").GraphQLUnionType | import("graphql").GraphQLEnumType | null;
{
"name": "@urql/exchange-populate",
"version": "0.1.3",
"version": "0.1.4",
"description": "An exchange that automaticcally populates the mutation selection body",

@@ -51,10 +51,10 @@ "sideEffects": false,

"dependencies": {
"@urql/core": ">=1.10.4",
"@urql/core": ">=1.10.8",
"wonka": "^4.0.9"
},
"peerDependencies": {
"graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"
"graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"
},
"devDependencies": {
"graphql": "^14.5.8",
"graphql": "^15.0.0",
"graphql-tag": "^2.10.1"

@@ -61,0 +61,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