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.2.1 to 0.2.2

3

dist/Client.js

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

return __awaiter(this, void 0, void 0, function* () {
if (!response.status) {
throw new Error('Server did not respond');
}
const txt = yield response.text();

@@ -70,0 +73,0 @@ return txt ? JSON.parse(txt) : {};

2

dist/services/CampaignService.js

@@ -15,4 +15,2 @@ "use strict";

// TODO method delete campaigns
// TODO add fields to campaign target, collaborators, updatedBy, createdBy,
// createdAt, updatedAt, status.
getJourneys({ campaignId }) {

@@ -19,0 +17,0 @@ return this.client.get(`/campaigns/${campaignId}/journeys`, {});

{
"name": "lz-api-client",
"version": "0.2.1",
"version": "0.2.2",
"description": "client sdk for layerZ api",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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