Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

castro

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

castro - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

5

castro.js
// Castro: Screen*cast ro*bot
// Copyright (c) 2014 Jason Huggins <jrhuggins@gmail.com>
// Copyright (c) 2014-2016 Jason Huggins <jrhuggins@gmail.com>
// License: MIT

@@ -8,4 +8,5 @@

// Handle pause/restart
// Capture frame/screenshots: (https://developer.apple.com/library/ios/qa/qa1702/_index.html)
var $ = require('NodObjC');
var $ = require('nodobjc');
$.framework('AVFoundation');

@@ -12,0 +13,0 @@ $.framework('Foundation');

6

package.json
{
"name": "castro",
"version": "0.0.2",
"version": "0.0.3",
"description": "Automated screen recording",

@@ -14,3 +14,3 @@ "author": "Jason Huggins <jrhuggins@gmail.com>",

"engines": {
"node": ">= 0.6.0 && < 0.11.0"
"node": "*"
},

@@ -22,4 +22,4 @@ "bugs": {

"dependencies": {
"NodObjC": ">=0.0.15"
"nodobjc": "*"
}
}

@@ -49,11 +49,11 @@ Castro

Castro was created with:
Castro was tested with:
$ node -v
v0.10.25
v4.5.0
$ sw_vers
ProductName: Mac OS X
ProductVersion: 10.9.2
BuildVersion: 13C64
ProductName: Mac OS X
ProductVersion: 10.11.6
BuildVersion: 15G1004

@@ -60,0 +60,0 @@ *Only works on OS X for now.*

Sorry, the diff of this file is not supported yet

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