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

@aliyun-sls/interface

Package Overview
Dependencies
Maintainers
4
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aliyun-sls/interface - npm Package Compare versions

Comparing version 0.3.2 to 0.3.4

4

package.json
{
"name": "@aliyun-sls/interface",
"version": "0.3.2",
"version": "0.3.4",
"description": "",

@@ -9,4 +9,4 @@ "main": "dist/interface.cjs.js",

"dependencies": {
"@aliyun-sls/i18n": "0.3.2"
"@aliyun-sls/i18n": "0.3.4"
}
}

@@ -319,2 +319,3 @@ import { ChartNamespace } from './chartNamespace'

mode: string
tokenType?: 'auto' | 'project' | 'logstore'
}

@@ -330,2 +331,9 @@

export interface projectAndLogstoreOption {
label: string
value: string
type: 'project' | 'logstore'
item?: any
}
export interface ChartSearch {

@@ -442,2 +450,3 @@ start: string

token?: string
viewChart?: string
}

@@ -444,0 +453,0 @@

@@ -14,2 +14,3 @@ import { DrilldownVariable, DrilldownVariableItem } from '../components/drilldown'

savedSearchList: any[]
dashboardCharts: any[]
/**

@@ -16,0 +17,0 @@ * drilldown相关

@@ -15,2 +15,3 @@ import { UseObserverSizeRect } from "../../hooks"

dashboardRectRef: React.RefObject<UseObserverSizeRect>
tagAreaRef?: React.RefObject<HTMLElement>
dashboardEvent: DashboardEventBase

@@ -17,0 +18,0 @@ projectName: string

Sorry, the diff of this file is too big to display

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