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

lil-wingman

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lil-wingman - npm Package Compare versions

Comparing version 0.6.1 to 0.7.0

dist/index.cjs.map

0

dist/index.d.ts

@@ -0,0 +0,0 @@ declare function getUrlParams<T extends Record<string, any>>(query: string): T;

@@ -0,0 +0,0 @@ export declare function getUrlParams<T extends Record<string, any>>(query: string): T;

@@ -0,0 +0,0 @@ type Rgb = [number, number, number];

type Fn = (...args: any[]) => any;
export declare function curry(fn: Fn, ...args: any[]): Fn;
export {};

@@ -0,0 +0,0 @@ export declare function isFunction<T>(value: T): boolean;

@@ -0,0 +0,0 @@ export * from "./browser";

export declare function randomHexColor(): string;

@@ -0,0 +0,0 @@ export declare function capitalize(str: string): string;

@@ -0,0 +0,0 @@ export type TreeNode<T> = T & {

33

package.json
{
"name": "lil-wingman",
"version": "0.6.1",
"version": "0.7.0",
"license": "MIT",

@@ -34,7 +34,7 @@ "author": "lucystwt",

"build": "rimraf dist && rollup -c",
"test": "jest",
"test:coverage": "jest --coverage",
"test": "vitest",
"coverage": "vitest run --coverage",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"check": "tsc -p tsconfig.json --noEmit",
"check": "tsc --noEmit",
"ci": "pnpm build && pnpm test && pnpm lint && pnpm check",

@@ -47,26 +47,23 @@ "prepublishOnly": "pnpm ci",

"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.18.6",
"@commitlint/cli": "^17.4.2",
"@commitlint/config-conventional": "^17.4.2",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^24.0.0",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-terser": "^0.3.0",
"@rollup/plugin-typescript": "^11.0.0",
"@types/jest": "^29.2.5",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"eslint": "^8.31.0",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"@vitest/coverage-c8": "^0.28.4",
"eslint": "^8.34.0",
"eslint-plugin-simple-import-sort": "^8.0.0",
"husky": "^8.0.0",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"lint-staged": "^13.1.0",
"happy-dom": "^8.2.6",
"husky": "^8.0.3",
"lint-staged": "^13.1.1",
"rimraf": "^3.0.2",
"rollup": "^3.9.1",
"rollup": "^3.15.0",
"rollup-plugin-dts": "^5.1.1",
"ts-jest": "^29.0.4",
"tslib": "^2.4.1",
"typescript": "^4.9.4"
"typescript": "^4.9.5",
"vitest": "^0.28.4"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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