Socket
Socket
Sign inDemoInstall

@twilio/operation-retrier

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@twilio/operation-retrier - npm Package Compare versions

Comparing version 4.0.6-rc.0 to 4.0.6-rc.1

9

CHANGELOG.md

@@ -6,2 +6,11 @@ # Change Log

### [4.0.6-rc.1](https://github.com/twilio/operation-retrier.ts/compare/@twilio/operation-retrier@4.0.6-rc.0...@twilio/operation-retrier@4.0.6-rc.1) (2021-11-09)
### Bug Fixes
* Fix the post-install script to be runnable cross-platform ([a16eede](https://github.com/twilio/operation-retrier.ts/commit/a16eede598dd3dbdda1997fbd2033fa2254f113f))
### [4.0.6-rc.0](https://github.com/twilio/operation-retrier.ts/compare/@twilio/operation-retrier@4.0.5...@twilio/operation-retrier@4.0.6-rc.0) (2021-10-26)

@@ -8,0 +17,0 @@

4

package.json
{
"name": "@twilio/operation-retrier",
"version": "4.0.6-rc.0",
"version": "4.0.6-rc.1",
"description": "RTD retrier",

@@ -30,3 +30,3 @@ "author": "Sergei Chertkov",

"ci": "yarn clean && yarn lint && yarn build && yarn sourceMapReport:html && yarn sourceMapReport:json",
"postinstall": "if [ -f ./dist/post-install.js ]; then node ./dist/post-install.js; fi"
"postinstall": "node -e \"if (require('fs').existsSync('./dist/post-install.js')) require('./dist/post-install.js');\""
},

@@ -33,0 +33,0 @@ "dependencies": {

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