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

@sanity/schema

Package Overview
Dependencies
Maintainers
7
Versions
1385
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sanity/schema - npm Package Compare versions

Comparing version 0.112.0-alpha.fcc45c9d to 0.112.0-next.9525798e

.npmignore

10

lib/preview/guessPreviewConfig.js

@@ -21,2 +21,4 @@ 'use strict';

var _fallbackPrepare = require('./fallbackPrepare');
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

@@ -82,9 +84,3 @@

select: fieldMapping,
prepare: function prepare(data) {
return {
title: fieldNames.map(function (name) {
return name + ': ' + JSON.stringify(data[name]);
}).join(' / ')
};
}
prepare: (0, _fallbackPrepare.createFallbackPrepare)(fieldNames)
};

@@ -91,0 +87,0 @@ }

{
"name": "@sanity/schema",
"version": "0.112.0-alpha.fcc45c9d",
"version": "0.112.0-next.9525798e",
"description": "",

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