Socket
Socket
Sign inDemoInstall

@sanity/icons

Package Overview
Dependencies
Maintainers
46
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.11.2 to 2.11.3

dist/index.d.cts

102

package.json
{
"type": "module",
"name": "@sanity/icons",
"version": "2.11.2",
"version": "2.11.3",
"description": "The Sanity icons.",
"keywords": [
"sanity",
"ui",
"icons"
],
"homepage": "https://www.sanity.io/",
"bugs": {
"url": "https://github.com/sanity-io/icons/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sanity-io/icons.git"
},
"license": "MIT",
"author": "Sanity.io <hello@sanity.io>",
"sideEffects": false,
"types": "./dist/index.d.ts",
"source": "./src/index.ts",
"module": "./dist/index.js",
"main": "./dist/index.cjs",
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"source": "./src/index.ts",

@@ -21,2 +31,6 @@ "import": "./dist/index.js",

},
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"source": "./src/index.ts",
"types": "./dist/index.d.ts",
"files": [

@@ -26,4 +40,2 @@ "dist",

],
"license": "MIT",
"browserslist": "extends @sanity/browserslist-config",
"scripts": {

@@ -48,2 +60,28 @@ "build": "run-s clean generate pkg:build pkg:check",

},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"lint-staged": {
"*": [
"prettier --write --cache --ignore-unknown"
]
},
"browserslist": "extends @sanity/browserslist-config",
"release": {
"branches": [
"+([0-9])?(.{+([0-9]),x}).x",
"main",
{
"name": "beta",
"prerelease": true
},
{
"name": "alpha",
"prerelease": true
}
],
"extends": "@sanity/semantic-release-preset"
},
"devDependencies": {

@@ -56,3 +94,3 @@ "@babel/core": "^7.24.0",

"@commitlint/config-conventional": "^19.0.3",
"@sanity/pkg-utils": "^5.0.0",
"@sanity/pkg-utils": "^5.1.3",
"@sanity/semantic-release-preset": "^4.1.7",

@@ -93,2 +131,3 @@ "@sanity/ui": "^2.0.7",

"prettier": "^3.2.5",
"prettier-plugin-packagejson": "^2.4.12",
"react": "^18.2.0",

@@ -100,3 +139,3 @@ "react-dom": "^18.2.0",

"styled-components": "^6.1.8",
"typescript": "^5.4.2"
"typescript": "5.4.2"
},

@@ -106,48 +145,9 @@ "peerDependencies": {

},
"packageManager": "pnpm@8.15.4",
"engines": {
"node": ">=14.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sanity-io/icons.git"
},
"bugs": {
"url": "https://github.com/sanity-io/icons/issues"
},
"keywords": [
"sanity",
"ui",
"icons"
],
"author": "Sanity.io <hello@sanity.io>",
"homepage": "https://www.sanity.io/",
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"lint-staged": {
"*": [
"prettier --write --cache --ignore-unknown"
]
},
"packageManager": "pnpm@8.15.4",
"publishConfig": {
"access": "public"
},
"release": {
"extends": "@sanity/semantic-release-preset",
"branches": [
"+([0-9])?(.{+([0-9]),x}).x",
"main",
{
"name": "beta",
"prerelease": true
},
{
"name": "alpha",
"prerelease": true
}
]
}
}
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