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

site-config-stack

Package Overview
Dependencies
Maintainers
1
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

site-config-stack - npm Package Compare versions

Comparing version 1.1.3 to 1.2.0

12

dist/index.d.ts

@@ -30,3 +30,3 @@ interface SiteConfig {

/**
* Current locale, set with @nuxt/i18n.
* Current locale, set with `@nuxt/i18n`.
*

@@ -61,5 +61,5 @@ * Falls back to the defaultLocale.

*
* Used for Schema.org sameAs and <meta profile>.
* Used for Schema.org sameAs and `<meta profile>`.
*
* @example @harlan_zw
* @example `@harlan_zw`
*/

@@ -71,6 +71,8 @@ twitter?: string;

_context: Partial<Record<Exclude<keyof SiteConfig, '_meta'>, string>>;
[key: string]: any;
[key: (string & Record<never, never>)]: any;
}
type SiteConfigInput = Partial<Omit<SiteConfig, '_context'>> & {
type SiteConfigInput = Partial<Omit<SiteConfig, '_context' | 'indexable'>> & {
_context?: string;
_priority?: number;
indexable?: string | boolean;
};

@@ -77,0 +79,0 @@ interface SiteConfigStack {

{
"name": "site-config-stack",
"type": "module",
"version": "1.1.3",
"version": "1.2.0",
"description": "Shared site configuration utilities.",

@@ -6,0 +6,0 @@ "license": "MIT",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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