New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@sanity/logos

Package Overview
Dependencies
Maintainers
33
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sanity/logos - npm Package Compare versions

Comparing version 1.1.16-next.8 to 1.1.16-next.17

dist/sanity-logos.cjs

29

package.json
{
"name": "@sanity/logos",
"version": "1.1.16-next.8+1222a883",
"version": "1.1.16-next.17+f3f3c9df",
"sideEffects": false,
"source": "./src/index.ts",
"module": "./dist/sanity-logos.js",
"types": "./dist/types/src/index.d.ts",
"main": "./dist/sanity-logos.js",
"exports": {
".": {
"require": "./lib/sanity-logos.js",
"default": "./lib/sanity-logos.modern.js"
"source": "./src/index.ts",
"require": "./dist/sanity-logos.cjs",
"import": "./dist/sanity-logos.js",
"types": "./dist/types/src/index.d.ts"
}
},
"main": "./lib/sanity-logos.js",
"module": "./lib/sanity-logos.module.js",
"types": "./lib/dts/src/index.d.ts",
"files": [
"lib",
"dist",
"src"

@@ -21,5 +23,4 @@ ],

"scripts": {
"build": "run-s build:microbundle",
"build:microbundle": "microbundle --format modern,esm,cjs --jsx React.createElement --jsxFragment React.Fragment --jsxImportSource react --no-compress --tsconfig tsconfig.lib.json",
"clean": "rimraf lib",
"build": "pkg build --tsconfig tsconfig.dist.json",
"clean": "rimraf dist",
"lint": "eslint . --ext .js,.jsx,.mjs,.ts,.tsx --quiet",

@@ -29,8 +30,6 @@ "prebuild": "yarn clean",

"type-check": "tsc --build",
"watch": "run-p watch:*",
"watch:cjs": "tsc --preserveWatchOutput -w --module CommonJS --outDir lib/cjs --project tsconfig.lib.json --rootDir src --target ES5",
"watch:es": "tsc --preserveWatchOutput -w --module ES6 --outDir lib/esm --project tsconfig.lib.json --rootDir src --target ES6"
"watch": "pkg watch --tsconfig tsconfig.dist.json"
},
"devDependencies": {
"@sanity/color": "2.1.15-next.8+1222a883",
"@sanity/color": "2.1.15-next.17+f3f3c9df",
"react": "^17.0.2"

@@ -59,3 +58,3 @@ },

},
"gitHead": "1222a8834a6efe2b754fbd14b4d28b307aadeaab"
"gitHead": "f3f3c9dfc127dbc1d20925c364777ddce31c2418"
}
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