🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

node-raspistill

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-raspistill - npm Package Compare versions

Comparing version

to
0.0.17

5

build/lib/camera/abstract.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var default_1 = require("./options/default");
var assign = require("object.assign");
var AbstractCamera = (function () {

@@ -27,3 +26,3 @@ function AbstractCamera(options) {

};
var opts = assign({}, AbstractCamera.DEFAULT_OPTIONS, options);
var opts = Object.assign({}, AbstractCamera.DEFAULT_OPTIONS, options);
this.setOptions(opts);

@@ -66,3 +65,3 @@ }

var _this = this;
var currentOptions = assign({}, this.options, newOptions);
var currentOptions = Object.assign({}, this.options, newOptions);
var processedOptions = [];

@@ -69,0 +68,0 @@ Object.keys(currentOptions).forEach(function (key) {

2

build/lib/camera/default.js

@@ -8,3 +8,3 @@ "use strict";

return extendStatics(d, b);
}
};
return function (d, b) {

@@ -11,0 +11,0 @@ extendStatics(d, b);

@@ -8,3 +8,3 @@ "use strict";

return extendStatics(d, b);
}
};
return function (d, b) {

@@ -11,0 +11,0 @@ extendStatics(d, b);

@@ -8,3 +8,3 @@ "use strict";

return extendStatics(d, b);
}
};
return function (d, b) {

@@ -11,0 +11,0 @@ extendStatics(d, b);

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var default_1 = require("./options/default");
var assign = require("object.assign");
var AbstractWatcher = (function () {

@@ -9,3 +8,3 @@ function AbstractWatcher(options) {

this.options = {};
var opts = assign({}, AbstractWatcher.DEFAULT_OPTIONS, options);
var opts = Object.assign({}, AbstractWatcher.DEFAULT_OPTIONS, options);
this.setOptions(opts);

@@ -12,0 +11,0 @@ }

@@ -8,3 +8,3 @@ "use strict";

return extendStatics(d, b);
}
};
return function (d, b) {

@@ -11,0 +11,0 @@ extendStatics(d, b);

{
"name": "node-raspistill",
"version": "0.0.16",
"version": "0.0.17",
"description": "Node wrapper for taking photos using Raspberry Pi raspistill app.",

@@ -32,26 +32,25 @@ "main": "build/index.js",

"devDependencies": {
"@types/chai": "^4.1.5",
"@types/chai": "^4.2.1",
"@types/fs-promise": "^1.0.3",
"@types/mocha": "^5.2.5",
"@types/node": "^10.10.3",
"@types/sinon": "^4.3.3",
"chai": "^4.1.2",
"coveralls": "^3.0.2",
"@types/mocha": "^5.2.7",
"@types/node": "^12.7.4",
"@types/sinon": "^7.0.13",
"chai": "^4.2.0",
"coveralls": "^3.0.6",
"fs-promise": "^2.0.3",
"istanbul": "^0.4.5",
"js-image-generator": "^1.0.2",
"mocha": "^5.2.0",
"mocha": "^6.2.0",
"nock-exec": "^0.1.0",
"nyc": "^13.0.1",
"rmdir": "^1.2.0",
"sinon": "^5.1.1",
"source-map-support": "^0.5.9",
"ts-node": "^7.0.1",
"tslint": "^5.11.0",
"nyc": "^14.1.1",
"sinon": "^7.4.2",
"source-map-support": "^0.5.13",
"ts-node": "^8.3.0",
"tslint": "^5.19.0",
"tslint-eslint-rules": "^5.4.0",
"typescript": "^3.0.3"
"typescript": "^3.6.2"
},
"dependencies": {
"image-type": "^3.0.0",
"object.assign": "^4.1.0"
"image-type": "3.0.0",
"rimraf": "^3.0.0"
},

@@ -58,0 +57,0 @@ "nyc": {

@@ -55,2 +55,5 @@ # node-raspistill

#### v 0.0.17
Deps update. Vulnerability fixes.
#### v 0.0.16

@@ -57,0 +60,0 @@ Deps update. Added new parameters for camera options ([#10](https://github.com/dlukanin/node-raspistill/pull/10), [#11](https://github.com/dlukanin/node-raspistill/pull/11))

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet