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

ronin

Package Overview
Dependencies
Maintainers
4
Versions
1891
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ronin - npm Package Compare versions

Comparing version 1.0.33 to 1.0.34

2

dist/index.d.ts

@@ -149,3 +149,3 @@ /**

};
export type RecursiveNullish<T> = T extends Json ? T : T extends Array<any> ? {
export type RecursiveNullish<T> = T extends Array<any> ? {
[K in keyof T]?: RecursiveNullish<T[K]> | null;

@@ -152,0 +152,0 @@ } | null | undefined : T extends Date ? T | null | undefined : T extends Record<string, any> | RONIN.RoninRecord ? {

{
"version": "1.0.33",
"version": "1.0.34",
"name": "ronin",

@@ -4,0 +4,0 @@ "scripts": {

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