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

lz-api-client

Package Overview
Dependencies
Maintainers
0
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lz-api-client - npm Package Compare versions

Comparing version 0.12.0 to 0.12.1

24

dist/services/LayerService.d.ts

@@ -18,2 +18,14 @@ import type { SearchLayerQuery } from 'lz-schema';

updatedAt: number;
createdBy: {
id: string;
name: string;
email: string;
profileImageUrl?: string | undefined;
} | null;
updatedBy: {
id: string;
name: string;
email: string;
profileImageUrl?: string | undefined;
} | null;
workspaceId: string;

@@ -48,2 +60,14 @@ createdById: string;

updatedAt: number;
createdBy: {
id: string;
name: string;
email: string;
profileImageUrl?: string | undefined;
} | null;
updatedBy: {
id: string;
name: string;
email: string;
profileImageUrl?: string | undefined;
} | null;
workspaceId: string;

@@ -50,0 +74,0 @@ createdById: string;

4

package.json
{
"name": "lz-api-client",
"version": "0.12.0",
"version": "0.12.1",
"description": "client sdk for layerZ api",

@@ -34,4 +34,4 @@ "main": "dist/index.js",

"dependencies": {
"lz-schema": "^0.13.0"
"lz-schema": "^0.13.1"
}
}
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