Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "inet_xtoy", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "inet_ntop() and inet_pton() bindings for Node.js", | ||
@@ -10,3 +10,9 @@ "main": "index.js", | ||
}, | ||
"keywords": [], | ||
"keywords": [ | ||
"ip", | ||
"inet_ntop", | ||
"inet_pton", | ||
"ipv4", | ||
"ipv6" | ||
], | ||
"author": "Volodymyr Kolesnykov <volodymyr@wildwolf.name>", | ||
@@ -28,4 +34,6 @@ "license": "MIT", | ||
"semistandard": { | ||
"env": [ "mocha" ] | ||
"env": [ | ||
"mocha" | ||
] | ||
} | ||
} |
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
8999