You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

apollo-client

Package Overview
Dependencies
Maintainers
1
Versions
309
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apollo-client - npm Package Compare versions

Comparing version

to
0.3.4

actions.d.ts

22

package.json
{
"name": "apollo-client",
"version": "0.3.3",
"version": "0.3.4",
"description": "A simple yet functional GraphQL client.",
"main": "./lib/src/index.js",
"main": "index.js",
"typings": "./lib/src/index.d.ts",
"scripts": {
"deploy": "rm -rf ./lib && npm run compile && ./scripts/deploy.sh",
"pretest": "npm run compile",
"test": "npm run testonly --",
"posttest": "npm run lint",
"filesize": "npm run compile:browser && ./scripts/filesize.js --file=./dist/index.min.js --maxGzip=31",
"compile": "tsc",
"compile:browser": "rm -rf ./dist && mkdir ./dist && browserify ./lib/src/index.js -o=./dist/index.js && npm run minify:browser",
"minify:browser": "uglifyjs --compress --mangle --screw-ie8 -o=./dist/index.min.js -- ./dist/index.js",
"watch": "tsc -w",
"prepublish": "npm run compile",
"lint": "grunt tslint",
"coverage": "istanbul cover ./node_modules/mocha/bin/_mocha -- --reporter dot --full-trace lib/test/tests.js",
"postcoverage": "remap-istanbul --input coverage/coverage.json --type lcovonly --output coverage/lcov.info",
"testonly": "mocha --reporter spec --full-trace lib/test/tests.js"
},
"repository": {

@@ -82,2 +66,2 @@ "type": "git",

}
}
}