Comparing version 2.0.0 to 2.1.0
10
index.js
@@ -8,11 +8,3 @@ 'use strict'; | ||
} catch (e) { | ||
winapi = { | ||
GetLastInputInfo : function(){ | ||
return Date.now(); | ||
}, | ||
GetTickCount : function(){ | ||
return Date.now(); | ||
} | ||
}; | ||
throw Error("Could not load winapi"); | ||
} | ||
@@ -19,0 +11,0 @@ |
{ | ||
"name": "winapi", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "Misc windows API wrappers", | ||
@@ -8,3 +8,3 @@ "main": "index.js", | ||
"bindings": "~1.2.1", | ||
"nan": "^1.9.0" | ||
"nan": "^2.2.0" | ||
}, | ||
@@ -11,0 +11,0 @@ "scripts": { |
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
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
1
5049
13
+ Addednan@2.22.0(transitive)
- Removednan@1.9.0(transitive)
Updatednan@^2.2.0