Socket
Socket
Sign inDemoInstall

@sanity/schema

Package Overview
Dependencies
1
Maintainers
7
Versions
1297
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.101.0-beta.2 to 0.101.0

2

lib/Schema.js

@@ -71,3 +71,3 @@ 'use strict';

value: function get(name) {
return this._registry[name].get();
return this._registry[name] && this._registry[name].get();
}

@@ -74,0 +74,0 @@ }, {

{
"name": "@sanity/schema",
"version": "0.101.0-beta.2",
"version": "0.101.0",
"description": "",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc