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

apollo-cache

Package Overview
Dependencies
Maintainers
6
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apollo-cache - npm Package Compare versions

Comparing version 1.1.8 to 1.1.9

42

CHANGELOG.md

@@ -0,5 +1,18 @@

# CHANGELOG
### vNext
### 1.1.9
## 1.1.6
- No public facing functionality changes.
- Various internal code cleanup, tooling and dependency changes.
### 1.1.8
- Not documented
### 1.1.7
- Not documented
### 1.1.6
- Improve code coverage

@@ -9,23 +22,32 @@ - Map coverage to original source

### 1.1.3
- dependency updates
- Dependency updates
### 1.1.2
- dependency updates
- Dependency updates
### 1.1.1
- dependency updates
- Dependency updates
### 1.1.0
- Add cache.writeData to base cache type & DataProxy [PR#2818](https://github.com/apollographql/apollo-client/pull/2818)
- Add cache.writeData to base cache type & DataProxy
[PR #2818](https://github.com/apollographql/apollo-client/pull/2818)
### 1.0.3
- dependency updates
- Dependency updates
### 1.0.2
- package dependency updates
- Package dependency updates
### 1.0.1
- improved rollup builds
- Improved rollup builds
### 1.0.0
- initial solid cache API
- Initial solid cache API
{
"name": "apollo-cache",
"version": "1.1.8",
"version": "1.1.9",
"description": "Core abstract of Caching layer for Apollo Client",

@@ -17,2 +17,3 @@ "author": "James Baxley <james@meteor.com>",

"typings": "./lib/index.d.ts",
"sideEffects": false,
"repository": {

@@ -42,17 +43,17 @@ "type": "git",

"dependencies": {
"apollo-utilities": "^1.0.12"
"apollo-utilities": "^1.0.13"
},
"devDependencies": {
"@types/graphql": "0.12.7",
"@types/jest": "21.1.10",
"@types/jest": "22.2.3",
"browserify": "15.2.0",
"graphql": "0.13.2",
"graphql-tag": "2.9.2",
"jest": "20.0.4",
"jest": "23.0.0",
"rimraf": "2.6.2",
"rollup": "0.58.2",
"rollup": "0.59.4",
"rollup-plugin-node-resolve": "3.3.0",
"ts-jest": "20.0.14",
"tslint": "5.9.1",
"typescript": "2.5.2",
"tslint": "5.10.0",
"typescript": "2.8.3",
"uglifyjs": "2.4.11"

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

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