Huge News!Announcing our $40M Series B led by Abstract Ventures.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.2.0 to 0.3.0

5

dist/index.d.ts

@@ -9,4 +9,5 @@ type TreeNode<T> = T & {

declare function isObject(obj: unknown): boolean;
declare function isObject<T>(obj: T): boolean;
declare function hasOwnProperty<T>(obj: T, key: PropertyKey): boolean;
export { arrayToTree, arrayToTreeReduce, isArray, isObject };
export { arrayToTree, arrayToTreeReduce, hasOwnProperty, isArray, isObject };

3

dist/types/object.d.ts

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

export declare function isObject(obj: unknown): boolean;
export declare function isObject<T>(obj: T): boolean;
export declare function hasOwnProperty<T>(obj: T, key: PropertyKey): boolean;
{
"name": "lil-wingman",
"version": "0.2.0",
"version": "0.3.0",
"license": "MIT",

@@ -5,0 +5,0 @@ "author": "lucystwt",

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