Comparing version 1.0.0 to 1.0.1
@@ -1,6 +0,5 @@ | ||
var isNotSet = require('is-not-set'); | ||
const isNotSet = require('is-not-set'); | ||
module.exports = function(input) { | ||
return !isNotSet(input); | ||
}; | ||
return !isNotSet(input); | ||
}; |
{ | ||
"name": "is-it-set", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A one-liner to check if a property is set (not null, undefined or empty string).", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "istanbul cover node_modules/.bin/_mocha -- -u exports -R spec test/**/*" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://brycehanscomb@github.com/brycehanscomb/is-it-set.git" | ||
}, | ||
"keywords": [ | ||
"is-set", | ||
"is", | ||
"set", | ||
"is_set", | ||
"isset", | ||
"is", | ||
"it", | ||
"set", | ||
"is-it-set" | ||
], | ||
"author": "Bryce Hanscomb", | ||
"license": "ISC", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/brycehanscomb/is-it-set/issues" | ||
}, | ||
"homepage": "https://github.com/brycehanscomb/is-it-set#readme", | ||
"devDependencies": { | ||
"expect.js": "^0.3.1", | ||
"istanbul": "^0.4.3", | ||
"mocha": "^2.4.5" | ||
}, | ||
"dependencies": { | ||
@@ -16,0 +35,0 @@ "is-not-set": "^1.0.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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
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
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
27867
11
148
1
0
1
80
0
0
3