Comparing version 0.0.2 to 0.0.3
// 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'); |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20291438
94
2
+ Addednodobjc@*
+ Addedffi@2.3.0(transitive)
+ Addednan@2.22.0(transitive)
+ Addednodobjc@2.1.0(transitive)
+ Addedref@1.1.3(transitive)
+ Addedref-struct@1.0.2(transitive)
- RemovedNodObjC@>=0.0.15
- RemovedNodObjC@1.0.0(transitive)
- Removedbindings@1.5.0(transitive)
- Removeddebug@1.0.5(transitive)
- Removedffi@1.2.7(transitive)
- Removedfile-uri-to-path@1.0.0(transitive)
- Removednan@1.5.3(transitive)
- Removedref@0.3.5(transitive)
- Removedref-struct@0.0.6(transitive)