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

apollo-link-retry

Package Overview
Dependencies
Maintainers
2
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apollo-link-retry - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

9

package.json
{
"name": "apollo-link-retry",
"version": "0.0.0",
"version": "0.0.1",
"description": "HTTP transport layer for GraphQL",

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

"license": "MIT",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"main": "./lib/retryLink.js",
"typings": "./lib/retryLink.d.ts",
"repository": {

@@ -25,3 +25,3 @@ "type": "git",

"scripts": {
"pretest": "npm run build && cp -R ./dist/src/. ./lib",
"pretest": "npm run build",
"test": "npm run test-only --",

@@ -36,2 +36,3 @@ "posttest": "npm run lint",

"build": "tsc",
"postbuild": "cp -R ./dist/src/. ./lib",
"watch": "tsc -w",

@@ -38,0 +39,0 @@ "clean": "npm run clean:dist && npm run clean:coverage",

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