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

@devbookhq/splitter

Package Overview
Dependencies
Maintainers
2
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@devbookhq/splitter - npm Package Compare versions

Comparing version 1.2.5 to 1.2.6

1

lib/cjs/index.d.ts

@@ -25,2 +25,3 @@ import React from 'react';

declare function Split({ direction, minWidths, minHeights, initialSizes, gutterTheme, gutterClassName, draggerClassName, children, onResizeStarted, onResizeFinished, classes, }: SplitProps): JSX.Element;
export type { SplitProps };
export default Split;

@@ -25,2 +25,3 @@ import React from 'react';

declare function Split({ direction, minWidths, minHeights, initialSizes, gutterTheme, gutterClassName, draggerClassName, children, onResizeStarted, onResizeFinished, classes, }: SplitProps): JSX.Element;
export type { SplitProps };
export default Split;

4

package.json
{
"name": "@devbookhq/splitter",
"version": "1.2.5",
"version": "1.2.6",
"description": "Create resizable split views - like in VS Code",

@@ -27,3 +27,2 @@ "license": "MIT",

"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-typescript": "^8.3.0",
"@types/node": "^12.20.4",

@@ -37,2 +36,3 @@ "@types/react": "^17.0.20",

"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.31.1",
"typescript": "^4.4.3"

@@ -39,0 +39,0 @@ },

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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