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 8.2.1 to 8.2.2

6

rc-slider/index.d.ts

@@ -6,2 +6,3 @@ // Type definitions for rc-slider 8.2

// Austin Turner <https://github.com/paustint>
// Jacob Froman <https://github.com/j-fro>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -96,2 +97,7 @@ // TypeScript Version: 2.3

/**
* The style used for the background and container. (both for slider(Object) and range(Array of Object), the array will be used for mutli handle follow element order)
*/
style?: React.CSSProperties[] | React.CSSProperties;
/**
* The style used for handle. (both for slider(Object) and range(Array of Object), the array will be used for mutli handle follow element order)

@@ -98,0 +104,0 @@ */

9

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

@@ -21,2 +21,7 @@ "license": "MIT",

"githubUsername": "paustint"
},
{
"name": "Jacob Froman",
"url": "https://github.com/j-fro",
"githubUsername": "j-fro"
}

@@ -33,4 +38,4 @@ ],

},
"typesPublisherContentHash": "9faefb4d1ba9a602ef42e95cd7ea8a0f41c5295b474a11509c23c36e7b0cf138",
"typesPublisherContentHash": "6160d1809e1dd846950d57de2f577c28a9ee7552b6a69487687572e4f215ac12",
"typeScriptVersion": "2.3"
}

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

Additional Details
* Last updated: Sun, 03 Dec 2017 16:31:01 GMT
* Last updated: Thu, 28 Dec 2017 00:36:00 GMT
* Dependencies: react

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by Marcinkus Mantas <https://github.com/mantasmarcinkus>, Alexander Mattoni <https://github.com/mattoni>, Austin Turner <https://github.com/paustint>.
These definitions were written by Marcinkus Mantas <https://github.com/mantasmarcinkus>, Alexander Mattoni <https://github.com/mattoni>, Austin Turner <https://github.com/paustint>, Jacob Froman <https://github.com/j-fro>.
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