Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@kano/api-client

Package Overview
Dependencies
Maintainers
13
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kano/api-client - npm Package Compare versions

Comparing version 3.8.5 to 3.8.6

1

lib/jams.js

@@ -33,3 +33,2 @@ import { Client } from './client.js';

return this.fetch(endpoint)
.then(res => res.data)
.then(data => this.afterDataProcessed(endpoint, data));

@@ -36,0 +35,0 @@ }

2

package.json
{
"name": "@kano/api-client",
"version": "3.8.5",
"version": "3.8.6",
"description": "Intercept calls between the server and the client try to minimise them",

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

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