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

async-retry.ts

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

async-retry.ts - npm Package Compare versions

Comparing version 1.0.4 to 1.1.0

.github/FUNDING.yml

16

package.json
{
"name": "async-retry.ts",
"version": "1.0.4",
"version": "1.1.0",
"description": "async await version of co-retry.js(https://www.npmjs.com/package/co-retry.js), which can be used in both TypeScript and JavaScript.",

@@ -13,7 +13,8 @@ "main": "lib/index.js",

"build": "tsc -p tsconfig.json",
"prepare": "npm run build"
"prepare": "npm run build",
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "git@github.com:Jeff-Tian/async-retry.ts.git"
"url": "https://github.com/Jeff-Tian/async-retry.ts.git"
},

@@ -42,3 +43,4 @@ "author": "jeff.tian@outlook.com",

"tslint-plugin-prettier": "^2.0.1",
"typescript": "^3.3.3"
"typescript": "^3.3.3",
"semantic-release": "^15.13.30"
},

@@ -64,4 +66,8 @@ "types": "lib/index.d.ts",

],
"report-dir": "docs/reports/coverage"
"report-dir": "docs/reports/coverage",
"branches": 30,
"lines": 70,
"functions": 70,
"statements": 70
}
}

@@ -18,2 +18,5 @@ # async-retry.ts

[![Quality gate](https://sonarcloud.io/api/project_badges/quality_gate?project=Jeff-Tian_async-retry.ts)](https://sonarcloud.io
/dashboard?id=Jeff-Tian_async-retry.ts)
## 安装

@@ -20,0 +23,0 @@

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