Socket
Socket
Sign inDemoInstall

rdb

Package Overview
Dependencies
331
Maintainers
1
Versions
266
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.1.43 to 3.1.44

2

bin/build.js

@@ -87,3 +87,3 @@ let url = require('url');

};
let files = glob('**/schema.*(js|mjs|ts)', options);
let files = await glob('**/schema.*(js|mjs|ts)', options);
files.sort((a, b) => {

@@ -90,0 +90,0 @@ const aIsTs = a.substring(a.length - 2) === 'ts';

## Release notes
__3.1.44__
Bugfix with globbing, only related for those still using legacy / code generation
__3.1.43__

@@ -4,0 +6,0 @@ Updated dependency [glob@^10.3.4](https://npmjs.org/package/glob).

{
"name": "rdb",
"version": "3.1.43",
"version": "3.1.44",
"main": "./src/index.js",

@@ -5,0 +5,0 @@ "browser": "./src/client/index.mjs",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc