@unction/ispopulated
Advanced tools
Comparing version 14.10.1 to 14.11.0
@@ -1,2 +0,2 @@ | ||
"use strict";require("core-js/modules/es.object.define-property"),Object.defineProperty(exports,"__esModule",{value:!0}),exports["default"]=isPopulated;var _ispresent=_interopRequireDefault(require("@unction/ispresent")),_length=_interopRequireDefault(require("@unction/length"));function _interopRequireDefault(a){return a&&a.__esModule?a:{default:a}}/* eslint-disable no-magic-numbers */function isPopulated(a){return(0,_ispresent["default"])(a)&&0!==(0,_length["default"])(a)} | ||
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImluZGV4LnRzIl0sIm5hbWVzIjpbImlzUG9wdWxhdGVkIiwiZW51bWVyYWJsZSJdLCJtYXBwaW5ncyI6ImdXQUFBLHFDQUtlLFFBQVNBLENBQUFBLFdBQVQsQ0FBeUJDLENBQXpCLENBQWlFLENBQzlFLE1BQU8sMEJBQVVBLENBQVYsR0FBZ0QsQ0FBdkIsMEJBQU9BLENBQVAsQ0FDakMiLCJzb3VyY2VzQ29udGVudCI6WyIvKiBlc2xpbnQtZGlzYWJsZSBuby1tYWdpYy1udW1iZXJzICovXG5pbXBvcnQgaXNQcmVzZW50IGZyb20gXCJAdW5jdGlvbi9pc3ByZXNlbnRcIjtcbmltcG9ydCBsZW5ndGggZnJvbSBcIkB1bmN0aW9uL2xlbmd0aFwiO1xuaW1wb3J0IHtFbnVtZXJhYmxlVHlwZX0gZnJvbSBcIi4vdHlwZXNcIjtcblxuZXhwb3J0IGRlZmF1bHQgZnVuY3Rpb24gaXNQb3B1bGF0ZWQ8QT4gKGVudW1lcmFibGU6IEVudW1lcmFibGVUeXBlPEE+KTogYm9vbGVhbiB7XG4gIHJldHVybiBpc1ByZXNlbnQoZW51bWVyYWJsZSkgJiYgbGVuZ3RoKGVudW1lcmFibGUpICE9PSAwO1xufVxuIl19 | ||
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports["default"]=isPopulated;var _ispresent=_interopRequireDefault(require("@unction/ispresent")),_length=_interopRequireDefault(require("@unction/length"));function _interopRequireDefault(a){return a&&a.__esModule?a:{default:a}}/* eslint-disable no-magic-numbers */function isPopulated(a){return(0,_ispresent["default"])(a)&&0!==(0,_length["default"])(a)} | ||
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImluZGV4LnRzIl0sIm5hbWVzIjpbImlzUG9wdWxhdGVkIiwiZW51bWVyYWJsZSJdLCJtYXBwaW5ncyI6IjJTQUFBLHFDQUtlLFFBQVNBLENBQUFBLFdBQVQsQ0FBeUJDLENBQXpCLENBQWlFLENBQzlFLE1BQU8sMEJBQVVBLENBQVYsR0FBZ0QsQ0FBdkIsMEJBQU9BLENBQVAsQ0FDakMiLCJzb3VyY2VzQ29udGVudCI6WyIvKiBlc2xpbnQtZGlzYWJsZSBuby1tYWdpYy1udW1iZXJzICovXG5pbXBvcnQgaXNQcmVzZW50IGZyb20gXCJAdW5jdGlvbi9pc3ByZXNlbnRcIjtcbmltcG9ydCBsZW5ndGggZnJvbSBcIkB1bmN0aW9uL2xlbmd0aFwiO1xuaW1wb3J0IHtFbnVtZXJhYmxlVHlwZX0gZnJvbSBcIi4vdHlwZXNcIjtcblxuZXhwb3J0IGRlZmF1bHQgZnVuY3Rpb24gaXNQb3B1bGF0ZWQ8QT4gKGVudW1lcmFibGU6IEVudW1lcmFibGVUeXBlPEE+KTogYm9vbGVhbiB7XG4gIHJldHVybiBpc1ByZXNlbnQoZW51bWVyYWJsZSkgJiYgbGVuZ3RoKGVudW1lcmFibGUpICE9PSAwO1xufVxuIl19 |
{ | ||
"name": "@unction/ispopulated", | ||
"version": "14.10.1", | ||
"version": "14.11.0", | ||
"description": "Determines if a list has any non-nil values", | ||
@@ -9,2 +9,6 @@ "keywords": [ | ||
], | ||
"license": "SEE LICENSE IN LICENSE", | ||
"homepage": "https://github.com/unctionjs/isPopulated#readme", | ||
"repository": "github:unctionjs/isPopulated", | ||
"bugs": "https://github.com/unctionjs/isPopulated/issues", | ||
"contributors": [ | ||
@@ -17,7 +21,13 @@ { | ||
], | ||
"license": "ISC", | ||
"homepage": "https://github.com/unctionjs/isPopulated#readme", | ||
"repository": "github:unctionjs/isPopulated", | ||
"bugs": "https://github.com/unctionjs/isPopulated/issues", | ||
"main": "main.js", | ||
"module": "module.js", | ||
"browser": "browser.js", | ||
"types": "types.d.ts", | ||
"files": [ | ||
"index.ts", | ||
"main.js", | ||
"browser.js", | ||
"types/*.d.ts" | ||
], | ||
"sideEffects": false, | ||
"scripts": { | ||
@@ -34,39 +44,30 @@ "prepublishOnly": "npm run build", | ||
"devDependencies": { | ||
"@babel/cli": "7.4.4", | ||
"@babel/core": "7.4.4", | ||
"@babel/plugin-proposal-object-rest-spread": "7.3.4", | ||
"@babel/plugin-syntax-dynamic-import": "7.2.0", | ||
"@babel/preset-env": "7.4.4", | ||
"@babel/preset-typescript": "7.3.3", | ||
"@babel/register": "7.4.0", | ||
"@types/jest": "24.0.18", | ||
"@types/node": "12.0.2", | ||
"babel-eslint": "10.0.1", | ||
"babel-jest": "24.8.0", | ||
"babel-plugin-annotate-console-log": "1.0.0", | ||
"babel-plugin-module-resolver": "3.2.0", | ||
"babel-preset-minify": "0.5.0", | ||
"eslint": "5.16.0", | ||
"eslint-import-resolver-babel-module": "5.0.1", | ||
"eslint-plugin-babel": "5.3.0", | ||
"eslint-plugin-jest": "22.6.4", | ||
"eslint-plugin-promise": "4.1.1", | ||
"jest": "24.8.0", | ||
"jest-extended": "0.11.2", | ||
"typescript": "3.5.1" | ||
"@babel/cli": "^7.10.5", | ||
"@babel/core": "^7.11.4", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.11.0", | ||
"@babel/plugin-syntax-dynamic-import": "7.x", | ||
"@babel/preset-env": "^7.11.0", | ||
"@babel/preset-typescript": "^7.10.4", | ||
"@babel/register": "^7.10.5", | ||
"@types/jest": "24.x", | ||
"@types/node": "^14.0.18", | ||
"babel-eslint": "10.x", | ||
"babel-jest": "24.x", | ||
"babel-plugin-annotate-console-log": "1.x", | ||
"babel-plugin-module-resolver": "3.x", | ||
"babel-preset-minify": "0.5.x", | ||
"core-js": "^3.6.5", | ||
"eslint": "5.x", | ||
"eslint-import-resolver-babel-module": "5.x", | ||
"eslint-plugin-babel": "^5.3.1", | ||
"eslint-plugin-jest": "22.x", | ||
"eslint-plugin-promise": "4.x", | ||
"jest": "24.x", | ||
"jest-extended": "0.11.x", | ||
"typescript": "^4.0.2" | ||
}, | ||
"dependencies": { | ||
"@unction/ispresent": "4.1.3", | ||
"@unction/length": "10.10.0" | ||
}, | ||
"files": [ | ||
"index.ts", | ||
"main.js", | ||
"browser.js", | ||
"types/*.d.ts" | ||
], | ||
"module": "module.js", | ||
"browser": "browser.js", | ||
"types": "types.d.ts", | ||
"sideEffects": false | ||
"@unction/ispresent": "^4.1.4", | ||
"@unction/length": "^10.11.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
25872
23
2
1
90
+ Added@unction/append@6.13.0(transitive)
+ Added@unction/flip@4.1.4(transitive)
+ Added@unction/fromfunctortopairs@5.13.0(transitive)
+ Added@unction/fromiteratortoarray@3.1.4(transitive)
+ Added@unction/ispresent@4.1.4(transitive)
+ Added@unction/length@10.13.0(transitive)
+ Added@unction/reducevalues@8.13.0(transitive)
+ Added@unction/reducewithvaluekey@11.13.0(transitive)
+ Added@unction/type@5.0.3(transitive)
+ Added@unction/values@11.14.0(transitive)
- Removed@unction/append@6.9.1(transitive)
- Removed@unction/flip@4.1.3(transitive)
- Removed@unction/fromfunctortopairs@5.10.0(transitive)
- Removed@unction/fromiteratortoarray@3.1.3(transitive)
- Removed@unction/ispresent@4.1.3(transitive)
- Removed@unction/length@10.10.0(transitive)
- Removed@unction/reducevalues@8.10.0(transitive)
- Removed@unction/reducewithvaluekey@11.10.0(transitive)
- Removed@unction/type@5.0.15.0.2(transitive)
- Removed@unction/values@11.11.0(transitive)
Updated@unction/ispresent@^4.1.4
Updated@unction/length@^10.11.0