@tanstack/query-sync-storage-persister
Advanced tools
Comparing version 4.0.10 to 4.0.11-beta.0
{ | ||
"name": "@tanstack/query-sync-storage-persister", | ||
"version": "4.0.10", | ||
"version": "4.0.11-beta.0", | ||
"description": "TODO", | ||
@@ -13,14 +13,26 @@ "author": "tannerlinsley", | ||
}, | ||
"module": "build/esm/index.js", | ||
"main": "build/cjs/index.js", | ||
"module": "build/lib/index.mjs", | ||
"main": "build/lib/index.js", | ||
"browser": "build/umd/index.production.js", | ||
"types": "build/types/packages/query-sync-storage-persister/src/index.d.ts", | ||
"types": "build/lib/index.d.ts", | ||
"exports": { | ||
".": { | ||
"types": "./build/lib/index.d.ts", | ||
"import": "./build/lib/index.mjs", | ||
"default": "./build/lib/index.js" | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
"files": [ | ||
"build/*", | ||
"build/lib/*", | ||
"build/umd/*", | ||
"src" | ||
], | ||
"scripts": { | ||
"test:eslint": "../../node_modules/.bin/eslint --ext .ts,.tsx ./src", | ||
"compile": "../../node_modules/.bin/tsc -p tsconfig.json --noEmit --emitDeclarationOnly false" | ||
"clean": "rm -rf ./build", | ||
"test:eslint": "../../node_modules/.bin/eslint --ext .ts,.tsx ./src" | ||
}, | ||
"dependencies": { | ||
"@tanstack/react-query-persist-client": "^4.0.10" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
36928
1
12
528
1
1
+ Added@tanstack/query-core@4.36.1(transitive)
+ Added@tanstack/query-persist-client-core@4.36.1(transitive)
+ Added@tanstack/react-query@4.36.1(transitive)
+ Added@tanstack/react-query-persist-client@4.36.1(transitive)
+ Addedjs-tokens@4.0.0(transitive)
+ Addedloose-envify@1.4.0(transitive)
+ Addedreact@18.3.1(transitive)
+ Addeduse-sync-external-store@1.2.2(transitive)