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

@fastkit/helpers

Package Overview
Dependencies
Maintainers
1
Versions
204
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fastkit/helpers - npm Package Compare versions

Comparing version 0.8.13 to 0.8.15

6

dist/helpers.d.ts

@@ -37,2 +37,4 @@ /// <reference types="node" />

declare type Builtin = Function | Date | Error | RegExp;
export declare const clone: <T = any>(obj: T) => T;

@@ -133,2 +135,6 @@

export declare type DeepReadonly<T> = T extends Builtin ? T : {
readonly [key in keyof T]: DeepReadonly<T[key]>;
};
/**

@@ -135,0 +141,0 @@ * The parameter comparisons execution condition object always takes the form of an object. If the passed condition is a primitive value, this key will be adopted as default.

2

package.json
{
"name": "@fastkit/helpers",
"version": "0.8.13",
"version": "0.8.15",
"description": "@fastkit/helpers",

@@ -5,0 +5,0 @@ "buildOptions": {

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