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

@zhead/schema

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zhead/schema - npm Package Compare versions

Comparing version 0.9.5 to 0.9.6

11

dist/index.d.ts

@@ -609,2 +609,13 @@ interface BodyAttributes {

/**
* The color attribute is used with the mask-icon link type.
* The attribute must only be specified on link elements that have a rel attribute
* that contains the mask-icon keyword.
* The value must be a string that matches the CSS <color> production,
* defining a suggested color that user agents can use to customize the display
* of the icon that the user sees when they pin your site.
*
* @see https://html.spec.whatwg.org/multipage/semantics.html#attr-link-color
*/
color?: string;
/**
* This enumerated attribute indicates whether CORS must be used when fetching the resource.

@@ -611,0 +622,0 @@ * CORS-enabled images can be reused in the <canvas> element without being tainted.

2

package.json
{
"name": "@zhead/schema",
"version": "0.9.5",
"version": "0.9.6",
"packageManager": "pnpm@7.8.0",

@@ -5,0 +5,0 @@ "author": "Harlan Wilton <harlan@harlanzw.com>",

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