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

apollo-cache

Package Overview
Dependencies
Maintainers
4
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.2 to 1.1.3

11

CHANGELOG.md
### vNext
### 1.1.3
- dependency updates
### 1.1.2
- depenedency updates
- dependency updates
### 1.1.1
- depenedency updates
- dependency updates

@@ -14,6 +17,6 @@ ### 1.1.0

### 1.0.3
- depenedency updates
- dependency updates
### 1.0.2
- package depenedency updates
- package dependency updates

@@ -20,0 +23,0 @@ ### 1.0.1

{
"name": "apollo-cache",
"version": "1.1.2",
"version": "1.1.3",
"description": "Core abstract of Caching layer for Apollo Client",

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

"test": "jest",
"lint":
"tslint --type-check -p tsconfig.json src/*.ts && tslint --type-check -p tsconfig.json tests/*.ts",
"lint": "tslint --type-check -p tsconfig.json src/*.ts && tslint --type-check -p tsconfig.json tests/*.ts",
"prebuild": "npm run clean",

@@ -37,10 +36,8 @@ "build": "tsc -p .",

"prepublishOnly": "npm run clean && npm run build",
"build:browser":
"browserify ./lib/bundle.umd.js --i apollo-utilities -o=./lib/bundle.js && npm run minify:browser",
"minify:browser":
"uglifyjs -c -m -o ./lib/bundle.min.js -- ./lib/bundle.js",
"build:browser": "browserify ./lib/bundle.umd.js --i apollo-utilities -o=./lib/bundle.js && npm run minify:browser",
"minify:browser": "uglifyjs -c -m -o ./lib/bundle.min.js -- ./lib/bundle.js",
"filesize": "npm run build && npm run build:browser"
},
"dependencies": {
"apollo-utilities": "^1.0.6"
"apollo-utilities": "^1.0.7"
},

@@ -55,3 +52,3 @@ "devDependencies": {

"rimraf": "2.6.2",
"rollup": "0.55.1",
"rollup": "0.55.5",
"rollup-plugin-node-resolve": "3.0.2",

@@ -68,4 +65,9 @@ "ts-jest": "20.0.14",

"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
"moduleFileExtensions": ["ts", "tsx", "js", "json"]
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"json"
]
}
}
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