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

jobiqo-cl

Package Overview
Dependencies
Maintainers
1
Versions
546
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jobiqo-cl - npm Package Compare versions

Comparing version 0.1.75 to 0.1.76

16

lib/components/molecules/nav/sidenav/index.js

@@ -18,6 +18,2 @@ 'use strict';

var _focusTrapReact = require('focus-trap-react');
var _focusTrapReact2 = _interopRequireDefault(_focusTrapReact);
var _reactPose = require('react-pose');

@@ -40,3 +36,5 @@

function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass; }
//import FocusTrap from 'focus-trap-react';
// Components.

@@ -141,9 +139,5 @@

React.createElement(
_focusTrapReact2.default,
null,
React.createElement(
StyledSideNavBlock,
{ pose: this.getState().isOpen ? 'open' : 'closed', isOpen: this.getState().isOpen },
this.props.children
)
StyledSideNavBlock,
{ pose: this.getState().isOpen ? 'open' : 'closed', isOpen: this.getState().isOpen },
this.props.children
),

@@ -150,0 +144,0 @@ this.getState().isOpen && React.createElement(StyledOverlay, { onClick: this.hide })

{
"name": "jobiqo-cl",
"version": "0.1.75",
"version": "0.1.76",
"description": "",

@@ -5,0 +5,0 @@ "main": "lib/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