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

@oada/client

Package Overview
Dependencies
Maintainers
8
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oada/client - npm Package Compare versions

Comparing version 3.0.2 to 3.0.3

3

dist/client.d.ts

@@ -17,3 +17,4 @@ /**

*/
import { Buffer } from 'buffer/';
/// <reference types="node" />
import { Buffer } from 'buffer';
import type EventEmitter from 'eventemitter3';

@@ -20,0 +21,0 @@ import type { Change, Json } from '.';

@@ -22,3 +22,3 @@ "use strict";

const tslib_1 = require("tslib");
const buffer_1 = require("buffer/");
const buffer_1 = require("buffer");
const isomorphic_timers_promises_1 = require("isomorphic-timers-promises");

@@ -25,0 +25,0 @@ const debug_1 = (0, tslib_1.__importDefault)(require("debug"));

@@ -22,3 +22,3 @@ "use strict";

const tslib_1 = require("tslib");
const buffer_1 = require("buffer/");
const buffer_1 = require("buffer");
const fetch_1 = (0, tslib_1.__importStar)(require("./fetch"));

@@ -155,3 +155,2 @@ const eventemitter3_1 = (0, tslib_1.__importDefault)(require("eventemitter3"));

timeout,
// @ts-expect-error fetch has a crazy type for this
body,

@@ -158,0 +157,0 @@ // We are not explicitly sending token in each request

{
"name": "@oada/client",
"version": "3.0.2",
"version": "3.0.3",
"description": "A lightweight client tool to interact with an OADA-compliant server",

@@ -13,2 +13,3 @@ "repository": "https://github.com/OADA/client",

"./dist/fetch": "cross-fetch",
"buffer": "buffer/",
"fetch-h2": false,

@@ -22,2 +23,3 @@ "path": false,

"./dist/fetch": "cross-fetch",
"buffer": "buffer/",
"fetch-h2": false,

@@ -24,0 +26,0 @@ "path": false,

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