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

@glideapps/ts-necessities

Package Overview
Dependencies
Maintainers
30
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@glideapps/ts-necessities - npm Package Compare versions

Comparing version 2.3.1 to 2.3.2

3

dist/index.d.ts

@@ -56,2 +56,5 @@ /**

};
export type DeepReadonly<T> = {
readonly [P in keyof T]: DeepReadonly<T[P]>;
};
/**

@@ -58,0 +61,0 @@ * If `x` is undefined, return `undefined`. Otherwise, return `f(x)`.

@@ -181,2 +181,5 @@ "use strict";

return "";
if (hasOwnProperty(e, "message") && typeof e.message === "string") {
return e.message;
}
try {

@@ -183,0 +186,0 @@ return e.toString();

2

package.json
{
"name": "@glideapps/ts-necessities",
"version": "2.3.1",
"version": "2.3.2",
"description": "Small utilities to make life with TypeScript easier",

@@ -5,0 +5,0 @@ "main": "dist/index.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