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

devtools-modules

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

devtools-modules - npm Package Compare versions

Comparing version 0.0.11 to 0.0.12

20

client/shared/components/splitter/SplitBox.js

@@ -1,5 +0,4 @@

const React = require("devtools/client/shared/vendor/react");
const ReactDOM = require("devtools/client/shared/vendor/react-dom");
const Draggable = React.createFactory(
require("./Draggable"));
const React = require("react");
const ReactDOM = require("react-dom");
const Draggable = React.createFactory(require("./Draggable"));
const { DOM: dom, PropTypes } = React;

@@ -196,3 +195,10 @@

const vert = this.state.vert;
const { startPanel, endPanel, endPanelControl, splitterSize } = this.props;
const {
startPanelCollapsed,
startPanel,
endPanel,
endPanelControl,
splitterSize,
endPanelCollapsed
} = this.props;

@@ -219,3 +225,3 @@ let style = Object.assign({}, this.props.style);

style: style },
startPanel ?
! startPanelCollapsed ?
dom.div({

@@ -233,3 +239,3 @@ className: endPanelControl ? "uncontrolled" : "controlled",

}),
endPanel ?
! endPanelCollapsed ?
dom.div({

@@ -236,0 +242,0 @@ className: endPanelControl ? "controlled" : "uncontrolled",

const Services = require("./client/shared/shim/Services");
const SplitBox = require("./client/shared/components/splitter/SplitBox");
// const SplitBoxCSS = require("./client/shared/components/splitter/SplitBox.css")
const Rep = require("./client/shared/components/reps/rep").Rep;
const repUtils = require("./client/shared/components/reps/rep-utils");
const StringRep = require("./client/shared/components/reps/string").StringRep;
// const repCSS = require("./client/shared/components/reps/reps.css");
const Grip = require("./client/shared/components/reps/grip").Grip;
const sprintf = require("./shared/sprintf").sprintf;

@@ -16,8 +10,3 @@

// SplitBoxCSS,
Rep,
repUtils,
StringRep,
// repCSS,
Grip,
sprintf
};
{
"name": "devtools-modules",
"version": "0.0.11",
"version": "0.0.12",
"description": "DevTools Modules from M-C",

@@ -5,0 +5,0 @@ "main": "index.js",

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