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

react-insta-stories

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-insta-stories - npm Package Compare versions

Comparing version 2.5.6 to 2.5.7

6

dist/interfaces.d.ts

@@ -11,2 +11,5 @@ import * as React from "react";

storyStyles?: Object;
progressContainerStyles?: Object;
progressWrapperStyles?: Object;
progressStyles?: Object;
loop?: boolean;

@@ -34,2 +37,5 @@ defaultInterval?: number;

storyStyles?: Object;
progressContainerStyles?: Object;
progressWrapperStyles?: Object;
progressStyles?: Object;
loop?: boolean;

@@ -36,0 +42,0 @@ defaultInterval?: number;

3

package.json
{
"name": "react-insta-stories",
"version": "2.5.6",
"version": "2.5.7",
"description": "A React component for Instagram like stories",

@@ -10,2 +10,3 @@ "main": "dist/index.js",

"build:dev": "webpack --mode development",
"prepare": "npm run build",
"prestart": "webpack --mode development",

@@ -12,0 +13,0 @@ "start": "webpack --watch --mode development",

@@ -59,2 +59,5 @@ ![Main image](https://i.imgur.com/OAL12S5.jpg)

| `storyStyles` | Object | none | Override the default story styles mentioned below. |
| `progressContainerStyles` | Object | `{}` | Styles object for the container wrapping the progress bars |
| `progressWrapperStyles` | Object | `{}` | Styles object for the container wrapping each progress bar bars |
| `progressStyles` | Object | `{}` | Styles object for the progress bars |
| `loop` | Boolean | false | The last story loop to the first one and restart the stories. |

@@ -61,0 +64,0 @@ | **New props** | ⭐️ | ⭐️ | ⭐️ |

Sorry, the diff of this file is too big to display

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