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 0.1.1 to 0.1.2

dist/index.cjs

2

dist/index.d.ts

@@ -32,3 +32,3 @@ import * as _unhead_schema from '@unhead/schema';

declare function createHead<T extends {} = Head>(options?: CreateHeadOptions): HeadClient<T>;
declare function createHead<T extends {} = Head>(options?: CreateHeadOptions): Promise<HeadClient<T>>;

@@ -35,0 +35,0 @@ declare function defineHeadPlugin(plugin: HeadPlugin): HeadPlugin;

{
"name": "unhead",
"type": "module",
"version": "0.1.1",
"version": "0.1.2",
"packageManager": "pnpm@7.14.0",

@@ -31,3 +31,3 @@ "author": "Harlan Wilton <harlan@harlanzw.com>",

"dependencies": {
"@unhead/schema": "0.1.1",
"@unhead/schema": "0.1.2",
"hookable": "^5.4.1"

@@ -34,0 +34,0 @@ },

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