Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "ancs", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "A node.js lib to access the Apple Notification Center Service (ANCS)", | ||
@@ -31,4 +31,4 @@ "main": "index.js", | ||
"dependencies": { | ||
"noble": "~0.1.4" | ||
"noble": "~0.2.0" | ||
} | ||
} |
@@ -9,3 +9,3 @@ var ANCS = require('./index'); | ||
ancs.discoverServicesAndCharacteristics(function() { | ||
console.log('services and charateristics discovered'); | ||
console.log('services and characteristics discovered'); | ||
}); | ||
@@ -12,0 +12,0 @@ |
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
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
13638
+ Addednoble@0.2.8(transitive)
- Removednoble@0.1.4(transitive)
Updatednoble@~0.2.0