Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@times-stories/progress-indicator

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@times-stories/progress-indicator - npm Package Compare versions

Comparing version
1.1.2
to
1.2.0
+1
-1
lib/index.js

@@ -12,3 +12,3 @@ import React from "react";

}) => {
const isEndPage = activePage === pages.length + 1;
const isEndPage = activePage === pages.length;
return React.createElement("ul", {

@@ -15,0 +15,0 @@ className: joinClasses(style.progressIndicator, isEndPage && style.endPage)

{
"name": "@times-stories/progress-indicator",
"version": "1.1.2",
"version": "1.2.0",
"main": "lib/index.js",

@@ -16,3 +16,3 @@ "module": "lib/index.js",

"@times-stories/context": "^1.0.6",
"@times-stories/style-guide": "^1.0.7",
"@times-stories/style-guide": "^1.1.0",
"react": "^16.6.1",

@@ -27,3 +27,3 @@ "react-dom": "^16.6.1"

},
"gitHead": "89620b64d744ade6f81547f403fc2237a95e864d"
"gitHead": "a5396b0cf0c49bcd386dc1317796f44f86b12537"
}