Socket
Socket
Sign inDemoInstall

unhead

Package Overview
Dependencies
Maintainers
1
Versions
201
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 1.8.0-beta.15 to 1.8.0

6

dist/index.d.ts

@@ -44,2 +44,8 @@ import * as _unhead_schema from '@unhead/schema';

/**
* Load third-party scripts with SSR support and a proxied API.
*
* @experimental
* @see https://unhead.unjs.io/usage/composables/use-script
*/
declare function useScript<T>(input: UseScriptInput, _options?: UseScriptOptions<T>): T & {

@@ -46,0 +52,0 @@ $script: ScriptInstance<T>;

8

package.json
{
"name": "unhead",
"type": "module",
"version": "1.8.0-beta.15",
"version": "1.8.0",
"author": "Harlan Wilton <harlan@harlanzw.com>",

@@ -33,5 +33,5 @@ "license": "MIT",

"hookable": "^5.5.3",
"@unhead/dom": "1.8.0-beta.15",
"@unhead/schema": "1.8.0-beta.15",
"@unhead/shared": "1.8.0-beta.15"
"@unhead/dom": "1.8.0",
"@unhead/schema": "1.8.0",
"@unhead/shared": "1.8.0"
},

@@ -38,0 +38,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

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