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

@sanity/dashboard

Package Overview
Dependencies
Maintainers
9
Versions
499
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sanity/dashboard - npm Package Compare versions

Comparing version 0.140.10-alpha.80 to 0.140.10-canary.82

2

lib/widgets/projectUsers/ProjectUsers.js

@@ -77,3 +77,3 @@ "use strict";

}).then(project => _client.default.users.getById(project.members.map(mem => mem.id).join(','))).then(users => this.setState({
users
users: Array.isArray(users) ? users : [users]
})).catch(error => this.setState({

@@ -80,0 +80,0 @@ error

{
"name": "@sanity/dashboard",
"version": "0.140.10-alpha.80+e21f54fb1",
"version": "0.140.10-canary.82+45a9a3080",
"description": "Tool for rendering dashboard widgets",

@@ -28,3 +28,3 @@ "main": "src/DashboardTool.js",

"@sanity/base": "0.140.8",
"@sanity/check": "0.140.10-alpha.80+e21f54fb1",
"@sanity/check": "0.140.10-canary.82+45a9a3080",
"history": "^4.6.3",

@@ -50,3 +50,3 @@ "jest": "^23.6.0",

"homepage": "https://www.sanity.io/",
"gitHead": "e21f54fb123e5f9ef60a946a469300b336b03289"
"gitHead": "45a9a3080ee8b7fde78e7b12f697472ce76e5339"
}

@@ -50,3 +50,3 @@ import React from 'react'

.then(project => sanityClient.users.getById(project.members.map(mem => mem.id).join(',')))
.then(users => this.setState({users}))
.then(users => this.setState({users: Array.isArray(users) ? users : [users]}))
.catch(error => this.setState({error}))

@@ -53,0 +53,0 @@ }

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