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

builder-util

Package Overview
Dependencies
Maintainers
2
Versions
258
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

builder-util - npm Package Compare versions

Comparing version 23.4.0 to 23.5.0

3

out/util.d.ts

@@ -28,3 +28,4 @@ /// <reference types="node" />

}
export declare function use<T, R>(value: T | null, task: (it: T) => R): R | null;
declare type Nullish = null | undefined;
export declare function use<T, R>(value: T | Nullish, task: (value: T) => R): R | null;
export declare function isEmptyOrSpaces(s: string | null | undefined): s is "" | null | undefined;

@@ -31,0 +32,0 @@ export declare function isTokenCharValid(token: string): boolean;

{
"name": "builder-util",
"version": "23.4.0",
"version": "23.5.0",
"main": "out/util.js",

@@ -23,3 +23,3 @@ "author": "Vladimir Krivosheev",

"bluebird-lst": "^1.0.9",
"builder-util-runtime": "9.1.0",
"builder-util-runtime": "9.1.1",
"chalk": "^4.1.1",

@@ -26,0 +26,0 @@ "cross-spawn": "^7.0.3",

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