New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

smartfacecloud-emulator-file

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

smartfacecloud-emulator-file - npm Package Compare versions

Comparing version

to
0.0.9

1

lib/FilePackager.js

@@ -6,2 +6,3 @@ const archiver = require('archiver');

const log = require('./log');
const _ = require('lodash');

@@ -8,0 +9,0 @@ function unlinkSafe(filePath) {

39

package.json
{
"name": "smartfacecloud-emulator-file",
"version": "0.0.8",
"description": "",
"main": "index.js",
"author": "M.Halit Karakis",
"dependencies": {
"ws": "0.8.1",
"uuid": "2.0.1",
"archiver": "^0.15.1"
},
"devDependencies": {
"chai": "^3.4.1",
"istanbul": "0.3.21",
"mocha": "2.2.5"
},
"scripts": {
"test": "./node_modules/.bin/mocha test/test-*.js",
"test:single": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- -R spec test/test-*.js"
}
"name": "smartfacecloud-emulator-file",
"version": "0.0.9",
"description": "",
"main": "index.js",
"author": "M.Halit Karakis",
"dependencies": {
"archiver": "^0.15.1",
"lodash": "4.8.2",
"uuid": "2.0.1",
"ws": "0.8.1"
},
"devDependencies": {
"chai": "^3.4.1",
"istanbul": "0.3.21",
"mocha": "2.2.5"
},
"scripts": {
"test": "./node_modules/.bin/mocha test/test-*.js",
"test:single": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- -R spec test/test-*.js"
}
}