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

@oliversalzburg/js-utils

Package Overview
Dependencies
Maintainers
1
Versions
921
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oliversalzburg/js-utils - npm Package Compare versions

Comparing version

to
0.0.23-dev.4

2

nil.d.ts

@@ -5,2 +5,3 @@ import { ConstructorOf } from "./core.js";

* with either type through a consistent interface.
* @group Types
*/

@@ -11,2 +12,3 @@ export type Nil = null | undefined;

* @typeParam T - The type that should be made nillable.
* @group Types
*/

@@ -13,0 +15,0 @@ export type Maybe<T> = T | Nil;

2

package.json
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@oliversalzburg/js-utils",
"version": "0.0.23-dev.3",
"version": "0.0.23-dev.4",
"license": "MIT",

@@ -6,0 +6,0 @@ "author": "Oliver Salzburg <oliver.salzburg@gmail.com>",

Sorry, the diff of this file is not supported yet