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

ronin

Package Overview
Dependencies
Maintainers
4
Versions
1841
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.18 to 1.0.19

7

dist/index.d.ts

@@ -141,7 +141,4 @@ type RecursivePartial<T> = {

fetcher?: Fetcher;
/**
* Allows for specifying a custom source database other than the one
* associated with the provided app token.
*/
database?: string;
/** ## 🚧 For internal use only! 🚧 */
dataSelector?: string;
};

@@ -148,0 +145,0 @@

@@ -218,5 +218,5 @@ var __defProp = Object.defineProperty;

const url = new URL(options.queryProcessingOptions?.endpoint || "https://data.ronin.co");
const customDatabase = options.queryProcessingOptions?.database;
if (customDatabase) {
url.searchParams.set("custom_database", customDatabase);
const dataSelector = options.queryProcessingOptions?.dataSelector;
if (dataSelector) {
url.searchParams.set("data-selector", dataSelector);
}

@@ -223,0 +223,0 @@ const { results, error, metrics } = await fetch_default(

{
"version": "1.0.18",
"version": "1.0.19",
"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