Socket
Socket
Sign inDemoInstall

@sanity/vision

Package Overview
Dependencies
Maintainers
7
Versions
1329
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sanity/vision - npm Package Compare versions

Comparing version 0.127.1 to 0.128.0-next.124ce231

15

lib/components/VisionGui.js

@@ -371,3 +371,5 @@ 'use strict';

'p',
{ className: queryTime > 0.5 ? styles.queryTiming || 'queryTiming' : styles.queryTimingLong || 'queryTiming' },
{
className: queryTime > 0.5 ? styles.queryTiming || 'queryTiming' : styles.queryTimingLong || 'queryTiming'
},
'Query time: ',

@@ -385,6 +387,3 @@ queryTime,

Button,
{
onClick: this.handleListenExecution,
loading: listenInProgress
},
{ onClick: this.handleListenExecution, loading: listenInProgress },
'Listen'

@@ -394,7 +393,3 @@ ),

Button,
{
onClick: this.handleQueryExecution,
loading: queryInProgress,
color: 'primary'
},
{ onClick: this.handleQueryExecution, loading: queryInProgress, color: 'primary' },
'Run query'

@@ -401,0 +396,0 @@ )

@@ -24,3 +24,6 @@ 'use strict';

_extends({ viewBox: '0 0 435 435' }, props),
_react2.default.createElement('path', { fill: 'none', d: 'M218.728 102.9c-63.3 0-114.5 51.3-114.5 114.5 0 63.3 51.3 114.5 114.5 114.5s114.5-51.3 114.5-114.5-51.2-114.5-114.5-114.5z' }),
_react2.default.createElement('path', {
fill: 'none',
d: 'M218.728 102.9c-63.3 0-114.5 51.3-114.5 114.5 0 63.3 51.3 114.5 114.5 114.5s114.5-51.3 114.5-114.5-51.2-114.5-114.5-114.5z'
}),
_react2.default.createElement('path', { d: 'M432.428 216.5v-.7-.3c0-.2 0-.3-.1-.5 0-.2 0-.4-.1-.6v-.1c-.5-4.2-2.1-8.1-4.5-11.1-13.7-20.5-30.1-38.7-46.7-55.4-35.8-35.9-76.8-65.9-122-78-26.1-7-52.4-7.3-78.7-1.4-23.9 5.4-46 16.6-67.5 30.4-33.7 21.7-64.6 51.6-91.4 85.1-5 6.2-9.9 12.5-14.4 19.3-6 9-6 19.6 0 28.6 13.7 20.5 30.1 38.7 46.7 55.4 35.8 35.9 75.8 65.9 121 78 26.1 7 52.4 7.3 78.7 1.4 23.9-5.4 46.9-16.6 68.5-30.4 33.7-21.7 64.6-51.6 91.4-85.1 5-6.2 9.9-12.5 14.4-19.3 2.4-3 4-7 4.5-11.2v-.1c0-.2 0-.4.1-.6 0-.2 0-.3.1-.5v-.3-.7-1c.1-.3 0-.6 0-.9zM218.728 332c-63.3 0-114.5-51.3-114.5-114.5 0-63.3 51.3-114.5 114.5-114.5s114.5 51.3 114.5 114.5-51.2 114.5-114.5 114.5z' }),

@@ -27,0 +30,0 @@ _react2.default.createElement('path', { d: 'M218.728 154.6c-2.8 0-5.6.2-8.3.6 9.4 6.2 15.6 16.8 15.6 28.9 0 19.1-15.4 34.5-34.5 34.5-14.7 0-27.2-9.1-32.2-22-2.3 6.6-3.6 13.6-3.6 21 0 34.7 28.2 62.9 62.9 62.9s62.9-28.2 62.9-62.9-28-63-62.8-63z' })

@@ -56,10 +56,5 @@ 'use strict';

function SanityVision() {
return _react2.default.createElement(_Vision2.default, {
styles: styles,
components: components,
client: client,
schema: _schema2.default
});
return _react2.default.createElement(_Vision2.default, { styles: styles, components: components, client: client, schema: _schema2.default });
}
module.exports = SanityVision;
{
"name": "@sanity/vision",
"version": "0.127.1",
"version": "0.128.0-next.124ce231",
"description": "React-based data management tool for Sanity projects",

@@ -34,7 +34,7 @@ "main": "lib/SanityVision.js",

"devDependencies": {
"@sanity/base": "0.127.1",
"@sanity/check": "0.127.1",
"@sanity/client": "0.127.1",
"@sanity/components": "0.127.1",
"@sanity/default-layout": "0.127.1",
"@sanity/base": "0.128.0-next.124ce231",
"@sanity/check": "0.128.0-next.124ce231",
"@sanity/client": "0.128.0-next.124ce231",
"@sanity/components": "0.128.0-next.124ce231",
"@sanity/default-layout": "0.128.0-next.124ce231",
"prop-types": "^15.6.0",

@@ -41,0 +41,0 @@ "react": "^15.6.1",

module.exports = require('./lib/VisionTool')
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