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

@aliyun-sls/utils

Package Overview
Dependencies
Maintainers
4
Versions
349
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aliyun-sls/utils - npm Package Compare versions

Comparing version 0.2.15 to 0.2.16

15

dist/utils.d.ts

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

/// <reference types="react" />
import { History, BrowserHistoryBuildOptions } from 'history';

@@ -191,2 +190,4 @@

function getPrimaryTextColor(): "#e6e6e6" | "#333333";
function getChartConfigColor(): "#eeeeee" | "#555555";
function getStatproTextColor(): "#e6e6e6" | "#333333";
}

@@ -295,2 +296,12 @@

declare namespace logDisplayUtil {
interface getStrSliceLensProps {
nowSliceStr: string;
showWidth: number;
fontSize?: number;
fontFamily?: string;
}
const getStrSliceLens: ({ nowSliceStr, showWidth, fontSize, fontFamily, }: getStrSliceLensProps) => number[];
}
declare function getConfig(key: any): any;

@@ -1565,2 +1576,2 @@ declare const getHelpDocLink: (docAnchor: any) => string;

export { _default as AliLogTracker, CloudEnvEmnu, Confirm, GraySwitchItem, ICloudEnv, absoluteTime, addMetricIndex, addRUMError, addRUMLog, addStubForSearch, addStubForUrl, alertAbsoluteAdapter, algorithmUtil, blReport, cancelRequestAnimationFrame, canvasUtil, cleanName, clzClassNameFatory, clzWrapperClassFatory, colorUtil, compareTimeFormat, componentUtil, dateObj2Str, dateObj2StrM, diamondUtil, domUtil, figureConfig, filterDashboardList, formatDate, formateBasicLink, getAlertTimeCon, getAliyunLang, getAppConfig, getConfig, getGraySwitchConfig, getGraySwitchItem, getGraySwitchValue, getHelpDocLink, getHttpsLinksAchor, getIsOpenProjectAlertEnter, getLatestTimeInfo, getLinks, getLocaleMsg, getMd, getOperationLogShipStatus, getRegionName, getRegions, getRequestAnimationFrame, getSlsHost, getStatus, getStatusByKey, history, isDescriptionGrayShow, isFeatureEnable, isFeatureUidEnable, isOpenByGraySwitch, isPrivateEnv, isValidStoreType, matchImgAddress, parseDate, parseDateEnglish, parseDateM, parseDateMEnglish, parseTimeQuery, privateExcluedProps, resetHistory, setConsoleBaseAttr, slsDataHost, start2Text, start2Time, storeTypeToTelemetryType, stringUtil, themeUtil, throttleByAnimationFrame, throttleByAnimationFrameDecorator, timeCon, timeSign2stamp, timeStamp2Chart, timeStamp2showTime, timeUtil, unitUtil, urlUtil, versionTrack, widgetHost };
export { _default as AliLogTracker, CloudEnvEmnu, Confirm, GraySwitchItem, ICloudEnv, absoluteTime, addMetricIndex, addRUMError, addRUMLog, addStubForSearch, addStubForUrl, alertAbsoluteAdapter, algorithmUtil, blReport, cancelRequestAnimationFrame, canvasUtil, cleanName, clzClassNameFatory, clzWrapperClassFatory, colorUtil, compareTimeFormat, componentUtil, dateObj2Str, dateObj2StrM, diamondUtil, domUtil, figureConfig, filterDashboardList, formatDate, formateBasicLink, getAlertTimeCon, getAliyunLang, getAppConfig, getConfig, getGraySwitchConfig, getGraySwitchItem, getGraySwitchValue, getHelpDocLink, getHttpsLinksAchor, getIsOpenProjectAlertEnter, getLatestTimeInfo, getLinks, getLocaleMsg, getMd, getOperationLogShipStatus, getRegionName, getRegions, getRequestAnimationFrame, getSlsHost, getStatus, getStatusByKey, history, isDescriptionGrayShow, isFeatureEnable, isFeatureUidEnable, isOpenByGraySwitch, isPrivateEnv, isValidStoreType, logDisplayUtil, matchImgAddress, parseDate, parseDateEnglish, parseDateM, parseDateMEnglish, parseTimeQuery, privateExcluedProps, resetHistory, setConsoleBaseAttr, slsDataHost, start2Text, start2Time, storeTypeToTelemetryType, stringUtil, themeUtil, throttleByAnimationFrame, throttleByAnimationFrameDecorator, timeCon, timeSign2stamp, timeStamp2Chart, timeStamp2showTime, timeUtil, unitUtil, urlUtil, versionTrack, widgetHost };

8

package.json
{
"name": "@aliyun-sls/utils",
"version": "0.2.15",
"version": "0.2.16",
"description": "",

@@ -12,5 +12,5 @@ "main": "dist/utils.cjs.js",

"dependencies": {
"@aliyun-sls/cons": "0.2.15",
"@aliyun-sls/i18n": "0.2.15",
"@aliyun-sls/runtime": "0.2.15",
"@aliyun-sls/cons": "0.2.16",
"@aliyun-sls/i18n": "0.2.16",
"@aliyun-sls/runtime": "0.2.16",
"highlight.js": "^10.6.0",

@@ -17,0 +17,0 @@ "history": "^4.9.0",

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