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

retry-machine

Package Overview
Dependencies
Maintainers
0
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

retry-machine - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

build/index.d.ts

36

package.json
{
"name": "retry-machine",
"version": "1.0.3",
"version": "1.0.4",
"description": "Retry Promises",
"main": "lib/src/index.js",
"types": "lib/src/index.d.ts",
"repository": "git@github.com:ordermentum/prowl.git",
"main": "build/index.js",
"types": "build/index.d.ts",
"repository": "git@github.com:ordermentum/libs.git",
"author": "John D'Agostino <john.dagostino@gmail.com>",
"license": "Apache-2.0",
"files": [
"lib/*"
"build/**/*"
],
"scripts": {
"lint": "eslint src/ test/",
"build:coverage": "nyc check-coverage --statements 74 --branches 60 --functions 66 --lines 72",
"build:coverage": "nyc check-coverage --statements 80 --branches 80 --functions 80 --lines 80",
"test": "NODE_ENV=test nyc npm run spec",

@@ -40,5 +40,27 @@ "report": "./node_modules/.bin/nyc report --reporter=html",

},
"nyc": {
"extension": [
".ts"
],
"include": [
"src/**/*.ts"
],
"exclude": [
"test/**/*",
"build/**/*",
"node_modules"
],
"require": [
"ts-node/register"
],
"reporter": [
"text",
"html"
],
"sourceMap": true,
"instrument": true
},
"publishConfig": {
"access": "public"
}
}
}
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