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

@sanity/preview-kit

Package Overview
Dependencies
Maintainers
53
Versions
242
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sanity/preview-kit - npm Package Compare versions

Comparing version 5.0.63-canary.0 to 5.1.0

23

package.json
{
"name": "@sanity/preview-kit",
"version": "5.0.63-canary.0",
"version": "5.1.0",
"description": "General purpose utils for live content and visual editing",

@@ -75,2 +75,12 @@ "keywords": [

],
"scripts": {
"prebuild": "rimraf coverage dist || true",
"build": "pkg build --strict && pkg --strict",
"coverage": "vitest run --coverage",
"lint": "eslint --max-warnings 0 .",
"prepublishOnly": "pnpm run build",
"release": "semantic-release || semantic-release --dry-run --debug",
"test": "vitest",
"watch": "pnpm build watch"
},
"browserslist": "extends @sanity/browserslist-config",

@@ -127,12 +137,3 @@ "prettier": "@sanity/prettier-config",

"access": "public"
},
"scripts": {
"prebuild": "rimraf coverage dist || true",
"build": "pkg build --strict && pkg --strict",
"coverage": "vitest run --coverage",
"lint": "eslint --max-warnings 0 .",
"release": "semantic-release || semantic-release --dry-run --debug",
"test": "vitest",
"watch": "pnpm build watch"
}
}
}
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