node-raspistill
Advanced tools
Comparing version 0.0.16 to 0.0.17
"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) { |
@@ -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
19
203
53068
695
+ Addedrimraf@^3.0.0
+ Addedbalanced-match@1.0.2(transitive)
+ Addedbrace-expansion@1.1.11(transitive)
+ Addedconcat-map@0.0.1(transitive)
+ Addedfile-type@4.4.0(transitive)
+ Addedfs.realpath@1.0.0(transitive)
+ Addedglob@7.2.3(transitive)
+ Addedimage-type@3.0.0(transitive)
+ Addedinflight@1.0.6(transitive)
+ Addedinherits@2.0.4(transitive)
+ Addedminimatch@3.1.2(transitive)
+ Addedonce@1.4.0(transitive)
+ Addedpath-is-absolute@1.0.1(transitive)
+ Addedrimraf@3.0.2(transitive)
+ Addedwrappy@1.0.2(transitive)
- Removedobject.assign@^4.1.0
- Removedcall-bind@1.0.8(transitive)
- Removedcall-bind-apply-helpers@1.0.1(transitive)
- Removedcall-bound@1.0.3(transitive)
- Removeddefine-data-property@1.1.4(transitive)
- Removeddefine-properties@1.2.1(transitive)
- Removeddunder-proto@1.0.1(transitive)
- Removedes-define-property@1.0.1(transitive)
- Removedes-errors@1.3.0(transitive)
- Removedes-object-atoms@1.1.1(transitive)
- Removedfile-type@10.11.0(transitive)
- Removedfunction-bind@1.1.2(transitive)
- Removedget-intrinsic@1.2.7(transitive)
- Removedget-proto@1.0.1(transitive)
- Removedgopd@1.2.0(transitive)
- Removedhas-property-descriptors@1.0.2(transitive)
- Removedhas-symbols@1.1.0(transitive)
- Removedhasown@2.0.2(transitive)
- Removedimage-type@3.1.0(transitive)
- Removedmath-intrinsics@1.1.0(transitive)
- Removedobject-keys@1.1.1(transitive)
- Removedobject.assign@4.1.7(transitive)
- Removedset-function-length@1.2.2(transitive)
Updatedimage-type@3.0.0