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

apollo-link-polling

Package Overview
Dependencies
Maintainers
3
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apollo-link-polling - npm Package Compare versions

Comparing version 0.6.1-beta.4 to 0.6.1-beta.5

README.md

22

package.json
{
"name": "apollo-link-polling",
"version": "0.6.1-beta.4",
"version": "0.6.1-beta.5",
"description": "Polling Apollo Link for GraphQL Network Stack",

@@ -26,3 +26,4 @@ "author": "Evans Hauser <evanshauser@gmail.com>",

"scripts": {
"build:browser": "browserify ./lib/bundle.umd.js -o=./lib/bundle.js --i apollo-link && npm run minify:browser",
"build:browser":
"browserify ./lib/bundle.umd.js -o=./lib/bundle.js --i apollo-link && npm run minify:browser",
"build": "tsc -p .",

@@ -32,4 +33,6 @@ "bundle": "rollup -c",

"filesize": "npm run build && npm run build:browser",
"lint": "tslint --type-check -p tsconfig.json -c ../../tslint.json src/*.ts",
"minify:browser": "uglifyjs -c -m -o ./lib/bundle.min.js -- ./lib/bundle.js",
"lint":
"tslint --type-check -p tsconfig.json -c ../../tslint.json src/*.ts",
"minify:browser":
"uglifyjs -c -m -o ./lib/bundle.min.js -- ./lib/bundle.js",
"postbuild": "npm run bundle",

@@ -42,3 +45,3 @@ "prebuild": "npm run clean",

"peerDependencies": {
"apollo-link": "^0.6.1-beta.4"
"apollo-link": "^0.6.1-beta.5"
},

@@ -48,3 +51,3 @@ "devDependencies": {

"@types/jest": "^20.0.8",
"apollo-link": "^0.6.1-beta.4",
"apollo-link": "^0.6.1-beta.5",
"browserify": "^14.4.0",

@@ -66,9 +69,4 @@ "graphql": "^0.11.3",

"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