matt-lerna-2
Advanced tools
Comparing version 0.1.1 to 0.1.6-alpha.2a8c132b
import isString from 'lodash.isstring'; | ||
import numberStatus from 'matt-lerna-1'; | ||
export default function hello(value) { | ||
return isString(value) ? 'It is a string' : 'It is not a string'; | ||
export default function stringStatus(value) { | ||
return { | ||
numberStatus: numberStatus(value), | ||
stringStatus: isString(value) ? 'It is a string' : 'It is not a string', | ||
}; | ||
} |
{ | ||
"name": "matt-lerna-2", | ||
"version": "0.1.1", | ||
"version": "0.1.6-alpha.2a8c132b", | ||
"files": [ | ||
@@ -8,4 +8,5 @@ "index.js" | ||
"dependencies": { | ||
"lodash.isstring": "^4.0.0" | ||
"lodash.isstring": "^4.0.0", | ||
"matt-lerna-1": "^0.1.6-alpha.2a8c132b" | ||
} | ||
} |
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
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
463
8
2
+ Addedlodash.isnumber@3.0.3(transitive)
+ Addedmatt-lerna-1@0.1.7(transitive)