New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@unction/ispopulated

Package Overview
Dependencies
Maintainers
1
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@unction/ispopulated - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

21

package.json
{
"name": "@unction/ispopulated",
"version": "2.0.0",
"version": "2.0.1",
"description": "Determines if a list has any non-nil values",

@@ -22,2 +22,3 @@ "keywords": [

"prepublish": "npm run build",
"pretest": "npm run build",
"test": "tap --no-coverage --no-coverage-report --no-color --jobs-auto --reporter dot './transpiled/test.js'",

@@ -28,20 +29,20 @@ "build": "babel './index.js' './test.js' -d './transpiled/'",

"devDependencies": {
"babel-cli": "6.24.0",
"babel-core": "6.24.0",
"babel-eslint": "7.2.1",
"babel-cli": "6.24.1",
"babel-core": "6.25.0",
"babel-eslint": "7.2.3",
"babel-plugin-transform-object-rest-spread": "6.23.0",
"babel-preset-env": "1.2.2",
"babel-preset-env": "1.5.2",
"babel-preset-flow": "6.23.0",
"babel-tap": "5.0.0",
"eslint": "3.18.0",
"eslint": "3.19.0",
"eslint-plugin-babel": "4.1.1",
"eslint-plugin-flowtype": "2.30.4",
"eslint-plugin-flowtype": "2.34.0",
"eslint-plugin-immutable": "1.0.0",
"eslint-plugin-import": "2.2.0",
"eslint-plugin-import": "2.3.0",
"eslint-plugin-promise": "3.5.0",
"tap": "10.3.0"
"tap": "10.3.3"
},
"dependencies": {
"@unction/ispresent": "1.0.0"
"@unction/ispresent": "^1.1.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