Socket
Socket
Sign inDemoInstall

mac-native-functions

Package Overview
Dependencies
2
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.4 to 0.0.5

build/config.gypi

2

package.json
{
"name": "mac-native-functions",
"version": "0.0.4",
"version": "0.0.5",
"description": "Allows for functions to be run through mac natiely",

@@ -5,0 +5,0 @@ "main": "addon.js",

const myAddon = require('./addon');
console.log(myAddon.takeScreenshot());
setInterval(() => {
myAddon.takeScreenshot();
}, 30000);
getTrackingInformation = () => {

@@ -7,0 +8,0 @@ getScreenshot().then(pathToScreenshots => {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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