lepikevents
Advanced tools
Comparing version 1.1.10 to 1.2.0
{ | ||
"name": "lepikevents", | ||
"version": "1.1.10", | ||
"version": "1.2.0", | ||
"description": "Global mouse and keyboard events Listener", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
@@ -15,2 +15,6 @@ const fs = require('fs'); | ||
} | ||
fs.unlink('./platform.js', (err) => { | ||
if (err) { | ||
throw err; | ||
} | ||
}); |
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
7945583
37