Comparing version 0.0.5 to 0.0.6
{ | ||
"name": "winreg", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "provides access to the windows registry through the REG tool", | ||
@@ -16,3 +16,6 @@ "main": "lib/registry.js", | ||
], | ||
"repository": "git://github.com/fresc81/node-winreg.git", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/fresc81/node-winreg.git" | ||
}, | ||
"keywords": [ | ||
@@ -22,8 +25,6 @@ "windows", | ||
], | ||
"author": { | ||
"name": "Paul Bottin" | ||
}, | ||
"author": "Paul Bottin", | ||
"license": "BSD", | ||
"readmeFilename": "README.md", | ||
"readme": "node-winreg\r\n===========\r\n\r\nnode module that provides access to the Windows Registry through the REG commandline tool" | ||
"gitHead": "36cfe63a8dcb700cf44b0b7317827099d19c26c1" | ||
} |
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
7
14003