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

@serialized/serialized-client

Package Overview
Dependencies
Maintainers
2
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@serialized/serialized-client - npm Package Compare versions

Comparing version 7.2.0 to 7.3.0

1

dist/ProjectionsClient.d.ts

@@ -87,2 +87,3 @@ import { BaseClient } from "./";

ids?: string[];
search?: string;
}

@@ -89,0 +90,0 @@ export interface CountSingleProjectionRequest {

@@ -273,2 +273,5 @@ "use strict";

}
if (request.search !== undefined) {
params_1.set('search', request.search);
}
config.params = params_1;

@@ -275,0 +278,0 @@ return [4 /*yield*/, this.axiosClient.get(url, config)];

2

package.json

@@ -6,3 +6,3 @@ {

"author": "Serialized",
"version": "7.2.0",
"version": "7.3.0",
"main": "dist/index.js",

@@ -9,0 +9,0 @@ "types": "dist/index.d.ts",

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