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

@shaai/react

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shaai/react - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

index.js

@@ -12,3 +12,3 @@ import React from 'react'

}
this.scroll = new Scroll(props.config)
this.scroll = new Scroll(props.match && props.match.path && props.match.path !== '/' ? { ...props.config, basePath: props.match.path } : props.config)
}

@@ -15,0 +15,0 @@

{
"name": "@shaai/react",
"version": "1.1.0",
"version": "1.1.1",
"description": "React wrapper for Shaai",

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

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