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

hustler

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hustler - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "hustler",
"version": "1.0.1",
"version": "1.0.2",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -31,3 +31,3 @@ # hustler

<Layout>
<Stepper activeIndex={0} transitionSpeed={400}>
<Hustler activeIndex={0} transitionSpeed={400}>
<Step>

@@ -49,3 +49,3 @@ {({ next, goTo, active, hiding, activeIndex }) => (

})}>
<StepTwo next={next} step={activeIndex} prev={prev} handleProduct={(i) => this.setState({product: i})} />
<StepTwo next={next} step={activeIndex} prev={prev} handleProduct={(i) => this.setState({products: i})} />
</div>

@@ -74,3 +74,3 @@ )}

</Step>
</Stepper>
</Hustler>
</Layout>

@@ -77,0 +77,0 @@ )

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