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.5.6 to 0.5.7

12

package.json

@@ -10,5 +10,5 @@ {

"dependencies": {
"@travetto/cache": "^0.5.3",
"@travetto/di": "^0.5.11",
"@travetto/exec": "^0.5.2",
"@travetto/cache": "^0.5.4",
"@travetto/di": "^0.5.13",
"@travetto/exec": "^0.5.3",
"@travetto/net": "^0.5.2",

@@ -22,3 +22,3 @@ "@types/file-type": "^10.6.0",

"devDependencies": {
"@travetto/test": "^0.5.4"
"@travetto/test": "^0.5.5"
},

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

},
"version": "0.5.6",
"gitHead": "b7a89c8d7084e29502e4a2660c991338992eb773"
"version": "0.5.7",
"gitHead": "a6b165a87702eb29efcadfd1f27450b7daba2782"
}

@@ -19,3 +19,3 @@ import * as fs from 'fs';

checkForLocal: async () => {
return (await ExecUtil.spawn('convert --version')[1]).valid;
return (await ExecUtil.spawn('convert', ['--version'])[1]).valid;
}

@@ -22,0 +22,0 @@ });

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