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

@sanity/default-layout

Package Overview
Dependencies
Maintainers
6
Versions
1149
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sanity/default-layout - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

yarn.lock

6

lib/components/LoginStatus.js

@@ -92,5 +92,5 @@ 'use strict';

var className = this.props.className;
var _state = this.state;
var user = _state.user;
var userMenuOpened = _state.userMenuOpened;
var _state = this.state,
user = _state.user,
userMenuOpened = _state.userMenuOpened;

@@ -97,0 +97,0 @@ if (!user) {

@@ -39,5 +39,5 @@ 'use strict';

value: function render() {
var _props = this.props;
var tools = _props.tools;
var activeToolName = _props.activeToolName;
var _props = this.props,
tools = _props.tools,
activeToolName = _props.activeToolName;

@@ -44,0 +44,0 @@ return _react2.default.createElement(

{
"name": "@sanity/default-layout",
"version": "0.0.4",
"version": "0.0.5",
"description": "The default layout components for Sanity",

@@ -5,0 +5,0 @@ "main": "lib/default-layout.js",

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