Socket
Socket
Sign inDemoInstall

@squiz/base-component-schemas

Package Overview
Dependencies
Maintainers
47
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@squiz/base-component-schemas - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

lib/set/v1/_example.json

2

lib/index.js

@@ -1,2 +0,2 @@

import{readFileSync as o}from"fs";import{resolve as e}from"path";var t=JSON.parse(o(e(__dirname,"set","v1","v1.json")).toString());export{t as ComponentSetSchema};
import{readFileSync as r}from"fs";import{resolve as n}from"path";var t=(e=>(e.Latest="latest",e.All="all",e))(t||{});var a=JSON.parse(r(n(__dirname,"set","v1","v1.json")).toString());export{a as ComponentSetSchema,t as SetEnums};
//# sourceMappingURL=index.js.map

@@ -0,1 +1,5 @@

export declare enum SetEnums {
Latest = "latest",
All = "all"
}
export type SetManifest = {

@@ -12,5 +16,5 @@ $schema?: string;

id: string;
editable: string | Array<string>;
editable: SetEnums.Latest | Array<string>;
excluded?: Array<string>;
renderable: string | Array<string>;
renderable: SetEnums.All | Array<string>;
};

@@ -17,0 +21,0 @@ export type SetConfiguration = {

@@ -0,1 +1,6 @@

export enum SetEnums {
Latest = 'latest',
All = 'all',
}
export type SetManifest = {

@@ -13,5 +18,5 @@ $schema?: string;

id: string;
editable: string | Array<string>;
editable: SetEnums.Latest | Array<string>;
excluded?: Array<string>;
renderable: string | Array<string>;
renderable: SetEnums.All | Array<string>;
};

@@ -18,0 +23,0 @@

{
"name": "@squiz/base-component-schemas",
"version": "0.2.3",
"version": "0.2.4",
"description": "",

@@ -31,3 +31,3 @@ "keywords": [],

"types": "lib/index.d.ts",
"gitHead": "1ededd105725c2eaa71e1cd16cb52959988e9047"
"gitHead": "d00767338960d01604d3fcca09a0a435f698c2ae"
}

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