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.2.7 to 0.2.8

LICENSE

13

package.json

@@ -10,6 +10,6 @@ {

"dependencies": {
"@travetto/cache": "^0.2.7",
"@travetto/di": "^0.2.7",
"@travetto/exec": "^0.2.5",
"@travetto/util": "^0.2.5",
"@travetto/cache": "^0.2.8",
"@travetto/di": "^0.2.8",
"@travetto/exec": "^0.2.6",
"@travetto/util": "^0.2.6",
"@types/file-type": "^5.2.1",

@@ -23,3 +23,3 @@ "@types/mime": "^2.0.0",

"devDependencies": {
"@travetto/test": "^0.2.5"
"@travetto/test": "^0.2.6"
},

@@ -45,3 +45,4 @@ "homepage": "https://travetto.io",

},
"version": "0.2.7"
"version": "0.2.8",
"gitHead": "f1b304901894ab5ec1a0911669296a5450e6a5f1"
}
import * as fs from 'fs';
import * as util from 'util';
import { MimeType } from '../../../rest';

@@ -4,0 +5,0 @@ const fsReadFileAsync = util.promisify(fs.readFile);

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