New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bi-types

Package Overview
Dependencies
Maintainers
3
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bi-types - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2-alpha

3

declaration/data-schema.d.ts

@@ -38,3 +38,3 @@ /**

/** id */
id?: string;
id?: DataSchemaAreaId;
/**

@@ -61,3 +61,2 @@ * 设置轴查询时对应的类型

/** 是否显示该区块 */
show?: boolean;
/** 其他扩展字段 */

@@ -64,0 +63,0 @@ [key: string]: any;

@@ -13,4 +13,4 @@ /**

interface PatternDepend {
id: StyleSchemaDependId;
pattern: string;
id?: StyleSchemaDependId;
pattern?: string;
}

@@ -17,0 +17,0 @@ declare type StyleSchemaBaseDepend = ValueDepend | PatternDepend;

{
"name": "bi-types",
"version": "2.0.1",
"npmVersion": "2.0.0-beta.10",
"version": "2.0.2-alpha",
"npmVersion": "2.0.2",
"dependencies": {},

@@ -6,0 +6,0 @@ "main": "dist/main",

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