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

@types/rc-slider

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/rc-slider - npm Package Compare versions

Comparing version 6.1.0 to 6.1.1

10

rc-slider/index.d.ts

@@ -10,7 +10,7 @@ // Type definitions for rc-slider 6.1

declare namespace RcSliderClass {
export interface Marks {
interface Marks {
[number: number]: JSX.Element | string | { style: any, label: string | JSX.Element };
}
export interface CommonApiProps {
interface CommonApiProps {
/**

@@ -104,4 +104,3 @@ * Additional CSS class for the root DOM node

export interface RangeProps extends CommonApiProps {
interface RangeProps extends CommonApiProps {
/**

@@ -133,3 +132,3 @@ * Set initial positions of handles.

export interface HandleProps extends CommonApiProps {
interface HandleProps extends CommonApiProps {
/**

@@ -158,3 +157,2 @@ * Class name

export = RcSliderClass;

4

rc-slider/package.json
{
"name": "@types/rc-slider",
"version": "6.1.0",
"version": "6.1.1",
"description": "TypeScript definitions for rc-slider",

@@ -22,4 +22,4 @@ "license": "MIT",

"peerDependencies": {},
"typesPublisherContentHash": "95c2ab8946eb3efd0e39349539788d840c27fdfca2814d95b16a3e990040b7ca",
"typesPublisherContentHash": "981ace1e9ce44dccde37e5c0b659c8f862c1fb233c5c1e4308fe1e842e38eba8",
"typeScriptVersion": "2.1"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Sat, 11 Mar 2017 00:13:29 GMT
* Last updated: Mon, 27 Mar 2017 20:43:37 GMT
* Dependencies: react

@@ -14,0 +14,0 @@ * Global values: none

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