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

@graphitation/apollo-react-relay-duct-tape

Package Overview
Dependencies
Maintainers
5
Versions
115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graphitation/apollo-react-relay-duct-tape - npm Package Compare versions

Comparing version 1.0.31 to 1.1.0

13

CHANGELOG.md
# Change Log - @graphitation/apollo-react-relay-duct-tape
This log was last generated on Thu, 07 Mar 2024 13:08:07 GMT and should not be manually modified.
This log was last generated on Mon, 25 Mar 2024 20:42:20 GMT and should not be manually modified.
<!-- Start content -->
## 1.1.0
Mon, 25 Mar 2024 20:42:20 GMT
### Minor changes
- align generated types with relay-compiler >=15.0.0 (dragoshomner@microsoft.com)
- Bump @graphitation/apollo-react-relay-duct-tape-compiler to v1.5.0
## 1.0.31
Thu, 07 Mar 2024 13:08:07 GMT
Thu, 07 Mar 2024 13:08:30 GMT

@@ -11,0 +20,0 @@ ### Patches

2

lib/storeObservation/shallowCompareFragmentReferences.d.ts

@@ -24,5 +24,5 @@ /**

[key in K]: {
" $fragmentRefs": unknown;
" $fragmentSpreads": unknown;
};
}>(...fragmentReferenceProps: K[]): (prevProps: ComparatorParam, nextProps: ComparatorParam) => boolean;
//# sourceMappingURL=shallowCompareFragmentReferences.d.ts.map

@@ -30,6 +30,6 @@ import type { DocumentNode } from "graphql";

export interface _RefType<Ref extends string> {
" $refType": Ref;
" $fragmentType": Ref;
}
export interface _FragmentRefs<Refs extends string> {
" $fragmentRefs": FragmentRefs<Refs>;
" $fragmentSpreads": FragmentRefs<Refs>;
}

@@ -46,3 +46,3 @@ export type FragmentRefs<Refs extends string> = {

" $data"?: TData;
" $fragmentRefs": FragmentReference;
" $fragmentSpreads": FragmentReference;
}>;

@@ -49,0 +49,0 @@ export type KeyTypeData<TKey extends KeyType<TData>, TData = unknown> = Required<TKey>[" $data"];

@@ -5,3 +5,3 @@ {

"license": "MIT",
"version": "1.0.31",
"version": "1.1.0",
"repository": {

@@ -34,3 +34,3 @@ "type": "git",

"react": "^17.0.2",
"@graphitation/apollo-react-relay-duct-tape-compiler": "^1.4.1",
"@graphitation/apollo-react-relay-duct-tape-compiler": "^1.5.0",
"ts-expect": "^1.3.0"

@@ -37,0 +37,0 @@ },

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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