Socket
Socket
Sign inDemoInstall

alice-asset-manager

Package Overview
Dependencies
50
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.1 to 1.2.0

14

package.json
{
"name": "alice-asset-manager",
"version": "1.1.1",
"version": "1.2.0",
"description": "Node.js API for managing images and sounds in Alice skill",

@@ -41,9 +41,9 @@ "author": {

"debug": "^4.1.1",
"fast-glob": "^3.1.1",
"form-data": "^3.0.0",
"fs-extra": "^8.1.0",
"glob": "^7.1.6",
"micro": "^9.3.4",
"ms": "^2.1.2",
"node-fetch": "^2.6.0",
"throw-utils": "^1.1.0"
"throw-utils": "^1.2.1"
},

@@ -57,10 +57,10 @@ "devDependencies": {

"get-port": "^5.1.1",
"husky": "^4.0.10",
"lint-staged": "^9.4.2",
"husky": "^4.2.3",
"lint-staged": "^10.0.7",
"markdown-toc": "^1.2.0",
"mocha": "^7.0.0",
"mocha": "^7.0.1",
"p-wait-for": "^3.1.0",
"sinon": "^8.1.0"
"sinon": "^8.1.1"
},
"license": "MIT"
}

@@ -6,3 +6,3 @@ /**

const path = require('path');
const glob = require('glob');
const fg = require('fast-glob');
const {throwIf} = require('throw-utils');

@@ -94,3 +94,3 @@ const {stringify} = require('./utils');

throwIf(!pattern, `pattern is required.`);
return glob.sync(pattern, {nodir: true});
return fg.sync(pattern, { onlyFiles: true });
}

@@ -97,0 +97,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc