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

@ronin/syntax

Package Overview
Dependencies
Maintainers
0
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ronin/syntax - npm Package Compare versions

Comparing version 0.1.8 to 0.1.9

3

dist/schema.js

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

// src/utils/serializers.ts
var ASYNC_CONTEXT = new (await import("node:async_hooks")).AsyncLocalStorage();
var serializeFields = (fields) => {

@@ -1015,3 +1014,3 @@ return Object.entries(fields ?? {}).flatMap(

},
{ asyncContext: ASYNC_CONTEXT },
{},
(queries) => {

@@ -1018,0 +1017,0 @@ return queries.map((query2) => query2.query);

{
"name": "@ronin/syntax",
"version": "0.1.8",
"version": "0.1.9",
"type": "module",

@@ -5,0 +5,0 @@ "description": "Allows for defining RONIN queries and schemas in code.",

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