Socket
Socket
Sign inDemoInstall

@sanity/icons

Package Overview
Dependencies
Maintainers
35
Versions
117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sanity/icons - npm Package Compare versions

Comparing version 2.1.0 to 2.2.0-beta.1

dist/index.cjs

17

package.json
{
"type": "module",
"name": "@sanity/icons",
"version": "2.1.0",
"version": "2.2.0-beta.1",
"description": "The Sanity icons.",

@@ -8,4 +9,4 @@ "sideEffects": false,

"source": "./src/index.ts",
"module": "./dist/index.esm.js",
"main": "./dist/index.js",
"module": "./dist/index.js",
"main": "./dist/index.cjs",
"exports": {

@@ -15,5 +16,5 @@ ".": {

"source": "./src/index.ts",
"import": "./dist/index.esm.js",
"require": "./dist/index.js",
"default": "./dist/index.esm.js"
"import": "./dist/index.js",
"require": "./dist/index.cjs",
"default": "./dist/index.js"
},

@@ -33,3 +34,3 @@ "./package.json": "./package.json"

"format": "prettier --write --cache --ignore-unknown .",
"generate": "rimraf src/icons && node -r esbuild-register scripts/generate.ts",
"generate": "rimraf src/icons && node --loader esbuild-register/loader -r esbuild-register scripts/generate.ts",
"lint": "eslint . --ext .cjs,.js,.jsx,.mjs,.ts,.tsx --quiet",

@@ -54,3 +55,3 @@ "pkg:build": "pkg build --strict",

"@commitlint/config-conventional": "^17.3.0",
"@sanity/pkg-utils": "^1.20.1",
"@sanity/pkg-utils": "2.0.0-beta.1",
"@sanity/semantic-release-preset": "^2.0.2",

@@ -57,0 +58,0 @@ "@sanity/ui": "^1.0.0",

Sorry, the diff of this file is too big to display

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