New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 3.4.0-rc.4 to 3.4.0-rc.5

8

package.json
{
"name": "@travetto/asset",
"version": "3.4.0-rc.4",
"version": "3.4.0-rc.5",
"description": "Modular library for storing and retrieving binary assets",

@@ -28,4 +28,4 @@ "keywords": [

"dependencies": {
"@travetto/di": "^3.4.0-rc.3",
"@travetto/model": "^3.4.0-rc.4",
"@travetto/di": "^3.4.0-rc.4",
"@travetto/model": "^3.4.0-rc.5",
"@types/mime": "^3.0.3",

@@ -36,3 +36,3 @@ "file-type": "^16.5.4",

"peerDependencies": {
"@travetto/test": "^3.4.0-rc.3"
"@travetto/test": "^3.4.0-rc.4"
},

@@ -39,0 +39,0 @@ "peerDependenciesMeta": {

@@ -29,3 +29,3 @@ import assert from 'assert';

const service = this.assetService;
const { path: pth } = await this.fixture.describe('/asset.yml');
const pth = await this.fixture.resolve('/asset.yml');
const file = await AssetUtil.fileToAsset(pth);

@@ -41,3 +41,3 @@

const service = this.assetService;
const { path: pth } = await this.fixture.describe('/asset.yml');
const pth = await this.fixture.resolve('/asset.yml');
const file = await AssetUtil.fileToAsset(pth);

@@ -52,3 +52,3 @@ const outHashed = await service.upsert(file, false, new HashNamingStrategy());

const service = this.assetService;
const { path: pth } = await this.fixture.describe('/asset.yml');
const pth = await this.fixture.resolve('/asset.yml');
const file = await AssetUtil.fileToAsset(pth);

@@ -68,3 +68,3 @@ const loc = await service.upsert(file);

const service = this.assetService;
const { path: pth } = await this.fixture.describe('/asset.yml');
const pth = await this.fixture.resolve('/asset.yml');
const file = await AssetUtil.fileToAsset(pth);

@@ -71,0 +71,0 @@ assert(file.filename === 'asset.yml');

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