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

ronin

Package Overview
Dependencies
Maintainers
4
Versions
1941
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.0.24 to 6.0.25-leo-ron-1099-experimental-52

2

dist/bin/index.js
#!/usr/bin/env bun
// package.json
var version = "6.0.24";
var version = "6.0.25-leo-ron-1099-experimental-52";

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

@@ -68,3 +68,4 @@ import { Q as QueryHandlerOptions, P as PromiseTuple } from './utils-Y8ub49mm.js';

declare const drop: DeepCallable<DropQuery, Model>;
declare const batch: <T extends [Promise<any>, ...Array<Promise<any>>] | Array<Promise<any>>>(operations: () => T, queryOptions?: Record<string, unknown>) => Promise<PromiseTuple<T>>;
export { add, alter, count, create, createSyntaxFactory, createSyntaxFactory as default, drop, get, remove, set };
export { add, alter, batch, count, create, createSyntaxFactory, createSyntaxFactory as default, drop, get, remove, set };

@@ -73,2 +73,3 @@ import {

var drop = factory.drop;
var batch = factory.batch;
var index_default = createSyntaxFactory;

@@ -78,2 +79,3 @@ export {

alter,
batch,
count,

@@ -80,0 +82,0 @@ create,

{
"name": "ronin",
"version": "6.0.24",
"version": "6.0.25-leo-ron-1099-experimental-52",
"type": "module",

@@ -75,5 +75,5 @@ "description": "Access your RONIN database via TypeScript.",

"dependencies": {
"@ronin/cli": "0.2.27",
"@ronin/compiler": "0.14.13",
"@ronin/syntax": "0.2.10"
"@ronin/cli": "0.2.28",
"@ronin/compiler": "0.14.14",
"@ronin/syntax": "0.2.12"
},

@@ -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