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.5-rc.2 to 4.0.5-rc.3

dist/react-native.js

8

CHANGELOG.md

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

### [4.0.5-rc.3](https://github.com/twilio/operation-retrier.ts/compare/@twilio/operation-retrier@4.0.5-rc.2...@twilio/operation-retrier@4.0.5-rc.3) (2021-09-10)
**Note:** Version bump only for package @twilio/operation-retrier
### [4.0.5-rc.2](https://github.com/twilio/operation-retrier.ts/compare/@twilio/operation-retrier@4.0.5-rc.1...@twilio/operation-retrier@4.0.5-rc.2) (2021-09-10)

@@ -8,0 +16,0 @@

@@ -20,2 +20,10 @@ /*

// Redirect the exports if required in React Native.
if (typeof navigator !== "undefined" && navigator.product === "ReactNative") {
module.exports = require('./react-native');
return;
}
Object.defineProperty(exports, '__esModule', { value: true });

@@ -22,0 +30,0 @@

2

package.json
{
"name": "@twilio/operation-retrier",
"version": "4.0.5-rc.2",
"version": "4.0.5-rc.3",
"description": "RTD retrier",

@@ -5,0 +5,0 @@ "author": "Sergei Chertkov",

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