New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ronin

Package Overview
Dependencies
Maintainers
0
Versions
2008
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 6.2.12 to 6.2.13-leo-ron-1099-experimental-97

2

dist/bin/index.js
#!/usr/bin/env bun
// package.json
var version = "6.2.12";
var version = "6.2.13-leo-ron-1099-experimental-97";

@@ -6,0 +6,0 @@ // src/bin/index.ts

@@ -50,5 +50,3 @@ import {

};
const replacer = (value) => {
return isStorableObject(value) ? value : JSON.parse(JSON.stringify(value));
};
const replacer = (value) => isStorableObject(value) ? value : void 0;
return {

@@ -55,0 +53,0 @@ // Query types for interacting with records.

@@ -17,2 +17,10 @@ import { Q as QueryHandlerOptions, F as FormattedResults } from '../utils-CSfRKGOa.js';

/**
* Determines whether the provided value is storable as a binary object, or not.
*
* @param value - The value to check.
*
* @returns A boolean indicating whether the provided value is storable, or not.
*/
declare const isStorableObject: (value: unknown) => boolean;
/**
* ## 🚧 For internal use only! 🚧

@@ -39,2 +47,2 @@ *

export { InvalidResponseError, processStorableObjects, runQueriesWithStorageAndHooks as runQueries };
export { InvalidResponseError, isStorableObject, processStorableObjects, runQueriesWithStorageAndHooks as runQueries };
import {
InvalidResponseError,
isStorableObject,
processStorableObjects,

@@ -8,4 +9,5 @@ runQueriesWithStorageAndHooks

InvalidResponseError,
isStorableObject,
processStorableObjects,
runQueriesWithStorageAndHooks as runQueries
};
{
"name": "ronin",
"version": "6.2.12",
"version": "6.2.13-leo-ron-1099-experimental-97",
"type": "module",

@@ -77,3 +77,3 @@ "description": "Access your RONIN database via TypeScript.",

"@ronin/compiler": "0.17.3",
"@ronin/syntax": "0.2.26"
"@ronin/syntax": "0.2.27"
},

@@ -80,0 +80,0 @@ "devDependencies": {

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