New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
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 0.0.3 to 0.0.5

2

package.json
{
"name": "node-raspistill",
"version": "0.0.3",
"version": "0.0.5",
"description": "Node wrapper for taking photos using Raspberry Pi raspistill app.",

@@ -5,0 +5,0 @@ "main": "build/index.js",

@@ -28,3 +28,5 @@ # node-raspistill

##Docs
### new Raspistill([options]): Raspistill instance
### new Raspistill(options?: ICameraOptions): Raspistill instance
Creates new Raspistill instance.
Options - object, that can contain:

@@ -46,3 +48,12 @@

### {Raspistill instance}.takePhoto([options]): Promise<Buffer>
Options - same object provided for configuring current photo shoot.
### {Raspistill instance}.takePhoto(fileName?: string): Promise
Takes new photo. Returns Promise, resolving with Buffer object.
### {Raspistill instance}.setOptions(options: ICameraOptions): void
Sets new options for current Raspistill instance.
### {Raspistill instance}.getOptions(): ICameraOptions
Gets current raspistill options.
### {Raspistill instance}.getOption(key: string): any
Gets current raspistill option by key.
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