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

async-await-retry

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

async-await-retry - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

.idea/watcherTasks.xml

2

jest.config.js
module.exports = {
verbose: true,
collectCoverage: true,
collectCoverageFrom: ["src/**/*.{js}"],
collectCoverageFrom: ["src/**/*.js"],
coverageDirectory: './coverage'
};
{
"name": "async-await-retry",
"version": "1.0.0",
"version": "1.0.1",
"description": "Simple module to retry a function with async/await syntax !",

@@ -33,5 +33,5 @@ "engines": {

"devDependencies": {
"eslint": "^5.9.0",
"jest": "^23.6.0"
"eslint": "^5.14.1",
"jest": "^24.1.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