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

@naturalcycles/js-lib

Package Overview
Dependencies
Maintainers
2
Versions
525
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@naturalcycles/js-lib - npm Package Compare versions

Comparing version 14.221.0 to 14.222.0

4

dist/types.d.ts

@@ -0,1 +1,2 @@

/// <reference types="node" />
import type { Promisable } from './typeFest';

@@ -195,2 +196,5 @@ /**

export type NullableNumber = number | null;
export type NullableString = string | null;
export type NullableBoolean = boolean | null;
export type NullableBuffer = Buffer | null;
/**

@@ -197,0 +201,0 @@ * Used as a compact representation of truthy value.

2

package.json
{
"name": "@naturalcycles/js-lib",
"version": "14.221.0",
"version": "14.222.0",
"scripts": {

@@ -5,0 +5,0 @@ "prepare": "husky",

@@ -254,2 +254,5 @@ import type { Promisable } from './typeFest'

export type NullableNumber = number | null
export type NullableString = string | null
export type NullableBoolean = boolean | null
export type NullableBuffer = Buffer | null

@@ -256,0 +259,0 @@ /**

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