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

@sanity/util

Package Overview
Dependencies
Maintainers
7
Versions
1350
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sanity/util - npm Package Compare versions

Comparing version 0.113.3 to 0.113.7

2

lib/getSanityVersions.js

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

const versions = uniq(sanityDeps).reduce((target, moduleId) => {
const modulePath = resolveFrom(basePath, path.join(moduleId, 'package.json'));
const modulePath = resolveFrom.silent(basePath, path.join(moduleId, 'package.json'));
target[moduleId] = modulePath && require(modulePath).version;

@@ -23,0 +23,0 @@ return target;

{
"name": "@sanity/util",
"version": "0.113.3",
"version": "0.113.7",
"description": "Utilities shared across projects of Sanity",

@@ -27,3 +27,3 @@ "main": "lib/index.js",

"lodash": "^4.17.4",
"resolve-from": "^3.0.0"
"resolve-from": "^4.0.0"
},

@@ -30,0 +30,0 @@ "devDependencies": {

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