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

@aidc/utils

Package Overview
Dependencies
Maintainers
4
Versions
195
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aidc/utils - npm Package Compare versions

Comparing version 0.0.0 to 0.1.0

dist/debug/index.d.ts.map

1

dist/debug/index.d.ts

@@ -6,1 +6,2 @@ import _debug from 'debug';

export declare const debug: _debug.Debugger;
//# sourceMappingURL=index.d.ts.map

@@ -5,1 +5,2 @@ import { ReactElement } from 'react';

export declare function injectStyle(url: string): void;
//# sourceMappingURL=index.d.ts.map

@@ -9,1 +9,2 @@ export declare const isWindow: boolean;

export declare const isChromeBackground: boolean;
//# sourceMappingURL=index.d.ts.map
export declare function getClassName(object: any): any;
//# sourceMappingURL=index.d.ts.map
export declare function checkWebp(): boolean;
//# sourceMappingURL=check-webp.d.ts.map

@@ -15,1 +15,2 @@ interface CompressInfoProps {

export {};
//# sourceMappingURL=compress-image.d.ts.map

@@ -19,1 +19,2 @@ export * from './check-webp';

export declare function onlyWebp(imgUrl: string): string;
//# sourceMappingURL=index.d.ts.map

@@ -9,1 +9,2 @@ export * from './debug';

export * from './time';
//# sourceMappingURL=index.d.ts.map
export declare function pingAlibabaAvatarImage(): Promise<unknown>;
export declare function pingAlibabaNetwork(): Promise<boolean>;
//# sourceMappingURL=index.d.ts.map

@@ -23,1 +23,2 @@ export interface RequestOptions {

export declare function request<T extends RequestResponse>(url: string, options?: RequestOptions): Promise<T["data"]>;
//# sourceMappingURL=index.d.ts.map
export declare function delay(ms: number): Promise<unknown>;
//# sourceMappingURL=index.d.ts.map

3

package.json
{
"name": "@aidc/utils",
"version": "0.0.0",
"version": "0.1.0",
"repository": "git@gitlab.alibaba-inc.com:aidc-innovation/aidc-fe.git",

@@ -26,2 +26,3 @@ "module": "dist/index.js",

"dev": "father dev",
"link": "pnpm link",
"release": "pnpm publish",

@@ -28,0 +29,0 @@ "remove": "rimraf node_modules dist .turbo"

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