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

@types/react-split-pane

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/react-split-pane - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

8

react-split-pane/index.d.ts

@@ -34,2 +34,10 @@ // Type definitions for react-split-pane v0.1.38

split?: string;
/* Styling to be applied to both panes */
paneStyle?: React.CSSProperties;
/* Styling to be applied to the first pane, with precedence over paneStyle */
pane1Style?: React.CSSProperties;
/* Styling to be applied to the second pane, with precedence over paneStyle */
pane2Style?: React.CSSProperties;
/* Styling to be applied to the resizer bar */
resizerStyle?: React.CSSProperties;
}

@@ -36,0 +44,0 @@

11

react-split-pane/package.json
{
"name": "@types/react-split-pane",
"version": "0.1.6",
"version": "0.1.7",
"description": "TypeScript definitions for react-split-pane",
"license": "MIT",
"author": "Roger Chen <https://github.com/rcchen>",
"contributors": [
{
"name": "Roger Chen",
"url": "https://github.com/rcchen"
}
],
"main": "",

@@ -17,4 +22,4 @@ "repository": {

"peerDependencies": {},
"typesPublisherContentHash": "8e8ce22f1e62cc1d07d4c445b2793e007f92b8f1da561b15a8d6a2910bc13655",
"typesPublisherContentHash": "45585845fd5da4e7b7a83694d074dc7725bab1b53916ecb4f235b0413b13d2e6",
"typeScriptVersion": "2.1"
}

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

Additional Details
* Last updated: Mon, 23 Jan 2017 21:31:31 GMT
* Last updated: Mon, 27 Mar 2017 18:03:09 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