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.202.0 to 14.203.0

2

dist/types.d.ts

@@ -31,2 +31,4 @@ import type { Promisable } from './typeFest';

};
export interface AnyPartialObjectWithId extends AnyObject, PartialObjectWithId {
}
export interface AnyObjectWithId extends AnyObject, ObjectWithId {

@@ -33,0 +35,0 @@ }

2

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

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

@@ -42,2 +42,4 @@ import type { Promisable } from './typeFest'

export interface AnyPartialObjectWithId extends AnyObject, PartialObjectWithId {}
export interface AnyObjectWithId extends AnyObject, ObjectWithId {}

@@ -44,0 +46,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