Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

is-it-set

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

is-it-set - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

.idea/.name

7

index.js

@@ -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"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc