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

@nuxtjs/sanity

Package Overview
Dependencies
Maintainers
1
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nuxtjs/sanity - npm Package Compare versions

Comparing version 0.9.3 to 0.9.4

7

CHANGELOG.md

@@ -0,1 +1,8 @@

### [0.9.4](https://github.com/nuxt-community/sanity-module/compare/0.9.3...0.9.4) (2021-05-15)
### Bug Fixes
* don't set empty keys on marks ([cefdaaa](https://github.com/nuxt-community/sanity-module/commit/cefdaaa453bef3b7dc76c5d6977a87364b68ff36)), closes [#116](https://github.com/nuxt-community/sanity-module/issues/116)
### [0.9.3](https://github.com/nuxt-community/sanity-module/compare/0.9.2...0.9.3) (2021-05-15)

@@ -2,0 +9,0 @@

2

dist/components/sanity-content.js

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

case ["_key", "key"].includes(key):
obj2.key = value;
obj2.key = value || null;
return obj2;

@@ -47,0 +47,0 @@ case ["class", "href", "src"].includes(key):

@@ -8,3 +8,3 @@ import { bold } from 'chalk';

var name = "@nuxtjs/sanity";
var version = "0.9.3";
var version = "0.9.4";

@@ -11,0 +11,0 @@ const isProd = process.env.NODE_ENV === "production";

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

var name = "@nuxtjs/sanity";
var version = "0.9.3";
var version = "0.9.4";

@@ -20,0 +20,0 @@ const isProd = process.env.NODE_ENV === "production";

{
"name": "@nuxtjs/sanity",
"version": "0.9.3",
"version": "0.9.4",
"description": "Sanity integration for Nuxt.js",

@@ -5,0 +5,0 @@ "keywords": [

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