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

@blakek/deep

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blakek/deep - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

LICENSE

10

dist/index.d.ts
export declare type Path = Array<number | string> | string;
export declare function traverseObject(object: any, path: string[]): any;
export declare const get: import("@blakek/curry").Curry2<import("pathington").Path, any, any>;
export declare const getOr: import("@blakek/curry").Curry3<any, import("pathington").Path, any, any>;
export declare const has: import("@blakek/curry").Curry2<import("pathington").Path, any, boolean>;
export declare const remove: import("@blakek/curry").Curry2<import("pathington").Path, any, any>;
export declare const set: import("@blakek/curry").Curry3<any, import("pathington").Path, any, any>;
export declare const get: import("@blakek/curry").Curry2<Path, any, any>;
export declare const getOr: import("@blakek/curry").Curry3<any, Path, any, any>;
export declare const has: import("@blakek/curry").Curry2<Path, any, boolean>;
export declare const remove: import("@blakek/curry").Curry2<Path, any, any>;
export declare const set: import("@blakek/curry").Curry3<any, Path, any, any>;
{
"name": "@blakek/deep",
"version": "2.0.0",
"version": "2.0.1",
"main": "dist/index.cjs.js",

@@ -5,0 +5,0 @@ "module": "dist/index.esm.js",

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