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

@vizzly/api-client

Package Overview
Dependencies
Maintainers
2
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vizzly/api-client - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

1

dist/models/Api.d.ts

@@ -9,2 +9,3 @@ import { Authentication } from './Authentication';

execute<ResponseBody>(request: Request<any>): Promise<Response<ResponseBody>>;
getAuth(): Authentication;
}

@@ -46,3 +46,6 @@ "use strict";

}
getAuth() {
return this.auth;
}
}
exports.Api = Api;

2

package.json
{
"name": "@vizzly/api-client",
"version": "0.0.7",
"version": "0.0.8",
"private": false,

@@ -5,0 +5,0 @@ "license": "NONE",

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