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

@sanity/mutate

Package Overview
Dependencies
Maintainers
65
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sanity/mutate - npm Package Compare versions

Comparing version 0.11.0-canary.3 to 0.11.0-canary.4

2

dist/_chunks-es/toTransactions.js

@@ -1,2 +0,2 @@

import groupBy from "lodash/groupBy.js";
import { groupBy } from "lodash-es";
import { assignId, nanoid, hasId, applyPatchMutation, applyNodePatch, applyPatches } from "./utils.js";

@@ -3,0 +3,0 @@ import { getAtPath } from "./getAtPath.js";

import { applyPatches as applyPatches$1, parsePatch, stringifyPatches, makePatches } from "@sanity/diff-match-patch";
import groupBy from "lodash/groupBy.js";
import { groupBy } from "lodash-es";
import { applyPatch } from "mendoza";

@@ -4,0 +4,0 @@ import { share, filter, merge, shareReplay, defer, observeOn, asapScheduler } from "rxjs";

{
"name": "@sanity/mutate",
"version": "0.11.0-canary.3",
"version": "0.11.0-canary.4",
"description": "Experimental toolkit for working with Sanity mutations in JavaScript & TypeScript",

@@ -90,2 +90,3 @@ "keywords": [

"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"mendoza": "^3.0.7",

@@ -92,0 +93,0 @@ "rxjs": "^7.8.1"

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