Socket
Socket
Sign inDemoInstall

rheactor-models

Package Overview
Dependencies
4
Maintainers
3
Versions
27
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.2.2 to 3.2.3

2

dist/list.js

@@ -106,3 +106,3 @@ 'use strict';

if (typeof this.offset === 'undefined') return;
return this.offset + 1;
return this.total > 0 ? this.offset + 1 : 0;
}

@@ -109,0 +109,0 @@

{
"name": "rheactor-models",
"description": "A collection of models",
"version": "3.2.2",
"version": "3.2.3",
"main": "dist/index.js",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc