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

@types/react-ranger

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/react-ranger - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

6

react-ranger/index.d.ts

@@ -7,3 +7,3 @@ // Type definitions for react-ranger 2.0

import { Key, CSSProperties, MouseEvent, TouchEvent } from 'react';
import { CSSProperties, Key, MouseEvent, TouchEvent } from "react";

@@ -30,7 +30,7 @@ export interface RangerOptions {

}
export interface TickProps {
export interface TickProps {
key: Key;
style: CSSProperties;
}
export interface SegmentProps {
export interface SegmentProps {
key: Key;

@@ -37,0 +37,0 @@ style: CSSProperties;

{
"name": "@types/react-ranger",
"version": "2.0.1",
"version": "2.0.2",
"description": "TypeScript definitions for react-ranger",

@@ -30,4 +30,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-ranger",

},
"typesPublisherContentHash": "3a9b67f5c60a604494d73c20f65d546bc248ebc09fa6d5c1c22252c9714ac4a0",
"typeScriptVersion": "3.6"
"typesPublisherContentHash": "1f7acfee6723cec86b6e0c2108b60b3c3790bff9605d561564891d12e95888cb",
"typeScriptVersion": "4.5"
}

@@ -17,3 +17,3 @@ # Installation

import { Key, CSSProperties, MouseEvent, TouchEvent } from 'react';
import { CSSProperties, Key, MouseEvent, TouchEvent } from "react";

@@ -40,7 +40,7 @@ export interface RangerOptions {

}
export interface TickProps {
export interface TickProps {
key: Key;
style: CSSProperties;
}
export interface SegmentProps {
export interface SegmentProps {
key: Key;

@@ -86,3 +86,3 @@ style: CSSProperties;

### Additional Details
* Last updated: Thu, 08 Jul 2021 22:41:26 GMT
* Last updated: Wed, 27 Sep 2023 07:12:04 GMT
* Dependencies: [@types/react](https://npmjs.com/package/@types/react)

@@ -89,0 +89,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