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 4.3.1 to 4.3.2

dist/file-type.d.ts

3

dist/client.js

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

import deepClone from 'deep-clone';
import { fileTypeFromBuffer } from 'file-type';
// eslint-disable-next-line node/no-extraneous-import -- hack for skypack?
import { fileTypeFromBuffer } from '@oada/client/dist/file-type.js';
import { generate as ksuid } from 'xksuid';

@@ -27,0 +28,0 @@ import { createNestedObject, fixError, getObjectAtPath, toArray, toArrayPath, toStringPath, } from './utils.js';

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

import deepClone from 'deep-clone';
import { fileTypeFromBuffer } from 'file-type';
// eslint-disable-next-line node/no-extraneous-import -- hack for skypack?
import { fileTypeFromBuffer } from '@oada/client/dist/file-type.js';
import { generate as ksuid } from 'xksuid';

@@ -28,0 +29,0 @@

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

@@ -20,2 +20,6 @@ "repository": "https://github.com/OADA/client",

"default": "./dist/fetch-browser.js"
},
"./dist/file-type.js": {
"node": "./dist/file-type.js",
"default": "./dist/file-type-browser.js"
}

@@ -22,0 +26,0 @@ },

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