New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-switch

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-switch - npm Package Compare versions

Comparing version 5.0.0 to 5.0.1

6

CHANGELOG.md

@@ -8,2 +8,8 @@ # Changelog

## [5.0.1 - 2019-07-16]
### Fixed
- Minor typescript definition fix.
## [5.0.0 - 2019-04-22]

@@ -10,0 +16,0 @@

2

index.d.ts

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

declare class ReactSwitch extends React.Component<
ReactSwitchProps | allowedHTMLinputProps
ReactSwitchProps & allowedHTMLinputProps
> {}
export default ReactSwitch;
{
"name": "react-switch",
"version": "5.0.0",
"version": "5.0.1",
"description": "Draggable toggle-switch component for react",

@@ -5,0 +5,0 @@ "main": "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