🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@rainbowatcher/js-utils

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rainbowatcher/js-utils - npm Package Compare versions

Comparing version
0.0.6
to
0.0.7
+1
-1
dist/index.d.ts

@@ -39,4 +39,4 @@ declare function isEmpty$1<T>(arrayLike: ArrayLike<T> | undefined): boolean;

declare function isUndefined(obj: any): boolean;
declare function isAsyncFunction(fn: Function | undefined): boolean;
declare function isAsyncFunction(fn?: (...args: any) => any): boolean;
export { lists as Lists, str as Strings, isAsyncFunction, isUndefined };
{
"name": "@rainbowatcher/js-utils",
"version": "0.0.6",
"version": "0.0.7",
"description": "Opinionated collection of common JavaScript / TypeScript utils by @rainbowatcher",

@@ -34,13 +34,13 @@ "author": "rainbowatcher <rainbow-w@qq.com>",

"devDependencies": {
"@antfu/eslint-config-ts": "^0.39.3",
"@commitlint/types": "^17.4.4",
"@rainbowatcher/eslint-config-json": "^0.2.4",
"@rainbowatcher/eslint-config-ts": "^0.2.4",
"changelogen": "^0.5.3",
"commitlint": "^17.6.3",
"eslint": "^8.41.0",
"commitlint": "^17.6.6",
"eslint": "^8.43.0",
"lint-staged": "^13.2.2",
"simple-git-hooks": "^2.8.1",
"typescript": "^5.0.4",
"typescript": "^5.1.3",
"unbuild": "^1.2.1",
"vite": "^4.3.9",
"vitest": "^0.31.1"
"vitest": "^0.32.2"
},

@@ -52,4 +52,4 @@ "simple-git-hooks": {

"lint-staged": {
"*.{ts,json}": "eslint --fix"
"*.{ts,json}": "eslint"
}
}
}