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

aidly

Package Overview
Dependencies
Maintainers
0
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aidly - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

2

dist/index.d.ts

@@ -19,3 +19,3 @@ export { Queue } from 'small-queue';

export declare const isArray: (arg: any) => arg is any[];
export declare const isNil: <T = unknown>(v: T) => v is null;
export declare const isNil: (v: unknown) => v is null;
export declare const isObject: <T extends unknown>(

@@ -22,0 +22,0 @@ v: T,

{
"name": "aidly",
"version": "1.0.5",
"version": "1.0.6",
"description": "Tool library.",

@@ -57,5 +57,4 @@ "unpkg": "./dist/aidly.umd.js",

"dependencies": {
"aidly": "link:",
"small-queue": "^1.0.1"
}
}
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