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

@uppy/companion-client

Package Overview
Dependencies
Maintainers
5
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uppy/companion-client - npm Package Compare versions

Comparing version 1.5.4 to 1.6.0

lib/SearchProvider.js

3

lib/index.js

@@ -10,2 +10,4 @@ 'use strict';

var SearchProvider = require('./SearchProvider');
var Socket = require('./Socket');

@@ -16,3 +18,4 @@

Provider: Provider,
SearchProvider: SearchProvider,
Socket: Socket
};

2

lib/RequestClient.js

@@ -210,2 +210,2 @@ 'use strict';

return RequestClient;
}(), _class.VERSION = "1.5.4", _temp);
}(), _class.VERSION = "1.6.0", _temp);
{
"name": "@uppy/companion-client",
"description": "Client library for communication with Companion. Intended for use in Uppy plugins.",
"version": "1.5.4",
"version": "1.6.0",
"license": "MIT",

@@ -24,6 +24,6 @@ "main": "lib/index.js",

"dependencies": {
"@uppy/utils": "^3.2.3",
"@uppy/utils": "^3.2.4",
"namespace-emitter": "^2.0.1"
},
"gitHead": "7bf5ca55a74eed7a7fcc71285dfb98350ac2e08e"
"gitHead": "84f7b4d37daa4c1dc98138a169189412af2ae498"
}

@@ -9,2 +9,3 @@ 'use strict'

const Provider = require('./Provider')
const SearchProvider = require('./SearchProvider')
const Socket = require('./Socket')

@@ -15,3 +16,4 @@

Provider,
SearchProvider,
Socket
}

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