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

ronin

Package Overview
Dependencies
Maintainers
3
Versions
1798
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.8 to 1.0.9

8

dist/index.d.ts

@@ -202,2 +202,10 @@ type RecursivePartial<T> = {

limitedTo: number;
/**
* Retrieve the next page of records.
*
* Consumes the value of `records.moreAfter` (defined on the array of records returned by a previous query).
*
* The page size can be customized using `limitedTo` and defaults to `20`.
*/
after: number;
}

@@ -204,0 +212,0 @@ export interface FilterAndMutate<TSchema extends Record<string, any> & RoninRecord> extends Filter<TSchema> {

2

package.json
{
"version": "1.0.8",
"version": "1.0.9",
"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