Socket
Socket
Sign inDemoInstall

backoff-rxjs

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

backoff-rxjs - npm Package Compare versions

Comparing version 6.2.2 to 6.3.2

bundles/backoff-rxjs.min.umd.js

35

package.json
{
"name": "backoff-rxjs",
"version": "6.2.2",
"version": "6.3.2",
"description": "A collection of helpful RxJS operators to deal with backoff strategies (like exponential backoff)",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "mocha --opts spec/mocha.opts spec/**/*-spec.ts"
},
"main": "./index.js",
"types": "./index.d.ts",
"es2015": "./esm2015/index.js",
"module": "./esm5/index.js",
"scripts": {},
"repository": {

@@ -27,19 +26,7 @@ "type": "git",

"peerDependencies": {
"rxjs": "^6.1.0"
"rxjs": "^6.4.0"
},
"devDependencies": {
"@types/chai": "^4.1.4",
"@types/mocha": "^5.2.2",
"@types/sinon": "^5.0.1",
"@types/sinon-chai": "^3.2.0",
"chai": "^4.1.2",
"mocha": "^5.2.0",
"sinon": "^6.0.0",
"sinon-chai": "^3.2.0",
"ts-node": "^6.1.2",
"tsconfig-paths": "^3.4.0",
"tslint": "5.9.1",
"tslint-no-unused-expression-chai": "0.0.3",
"typescript": "^2.7.2"
}
}
"devDependencies": {},
"private": false,
"unpkg": "./bundles/backoff-rxjs.min.umd.js"
}
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