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

unhead

Package Overview
Dependencies
Maintainers
0
Versions
248
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unhead - npm Package Compare versions

Comparing version 2.0.0-alpha.2 to 2.0.0-alpha.3

11

package.json
{
"name": "unhead",
"type": "module",
"version": "2.0.0-alpha.2",
"version": "2.0.0-alpha.3",
"description": "Full-stack <head> manager built for any framework.",

@@ -47,2 +47,7 @@ "author": {

"require": "./dist/client.cjs"
},
"./legacy": {
"types": "./dist/legacy.d.ts",
"import": "./dist/legacy.mjs",
"require": "./dist/legacy.cjs"
}

@@ -78,4 +83,4 @@ },

"hookable": "^5.5.3",
"@unhead/schema": "2.0.0-alpha.2",
"@unhead/shared": "2.0.0-alpha.2"
"@unhead/schema": "2.0.0-alpha.3",
"@unhead/shared": "2.0.0-alpha.3"
},

@@ -82,0 +87,0 @@ "scripts": {

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