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

@tussle/core

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tussle/core - npm Package Compare versions

Comparing version 0.5.0 to 0.5.2

9

lib/core.js

@@ -75,5 +75,8 @@ "use strict";

getSupportedExtensions(ctx) {
var _a;
if ((_a = ctx.cfg.storage) === null || _a === void 0 ? void 0 : _a.extensionsSupported) {
return ctx.cfg.storage.extensionsSupported.join(',');
const storage = ctx.cfg.storage;
if (storage) {
const supported = storage.extensionsSupported;
if (supported && supported.length) {
return supported.join(',');
}
}

@@ -80,0 +83,0 @@ return 'creation,checksum';

{
"name": "@tussle/core",
"version": "0.5.0",
"version": "0.5.2",
"description": "Tussle tus daemon core module",

@@ -36,3 +36,3 @@ "main": "lib/index.js",

},
"gitHead": "c4395f4d06c34c5648d708e0dc88e2255053b5d9"
"gitHead": "7970cb40918e41b73b11893fd027524e96c19d63"
}
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