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

@travetto/asset

Package Overview
Dependencies
Maintainers
1
Versions
310
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@travetto/asset - npm Package Compare versions

Comparing version 0.0.17 to 0.0.18

2

package.json

@@ -30,3 +30,3 @@ {

},
"version": "0.0.17"
"version": "0.0.18"
}

@@ -31,4 +31,2 @@ import * as fs from 'fs';

throw new Error(`File already exists: ${asset.filename}`);
} else {
res = await this.source.update(asset);
}

@@ -35,0 +33,0 @@ return res;

@@ -5,3 +5,2 @@ import { Asset, AssetMetadata } from '../model';

abstract write(file: Asset, stream: NodeJS.ReadableStream): Promise<Asset>;
abstract update(file: Asset): Promise<Asset>;
abstract read(filename: string): Promise<NodeJS.ReadableStream>;

@@ -8,0 +7,0 @@ abstract info(filename: string): Promise<Asset>;

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