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

@unction/values

Package Overview
Dependencies
Maintainers
1
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@unction/values - npm Package Compare versions

Comparing version 3.0.0 to 3.1.0

LICENSE

25

package.json
{
"name": "@unction/values",
"version": "3.0.0",
"version": "3.1.0",
"description": "Takes an iterable and returns it's values",

@@ -20,11 +20,11 @@ "keywords": [

"bugs": "https://github.com/unctionjs/values/issues",
"main": "transpiled/source.js",
"main": "transpiled/index.js",
"scripts": {
"prepublishOnly": "npm run build",
"prepare": "flow-typed install",
"test": "NODE_ENV=test tap --100 './test.js'",
"build": "babel './source.js' -d './transpiled/'",
"lint": "eslint './source.js'",
"check": "flow check",
"ci": "npm run build && npm run lint && npm run check && npm run test"
"build": "babel './index.js' -d './transpiled/'",
"lint": "eslint './index.js'",
"check": "flow-typed install && flow check",
"ci": "npm run build && npm run test && npm run lint && npm run check",
"watch": "chokidar './index.js' './test.js' --command 'npm run ci --silent'"
},

@@ -53,5 +53,5 @@ "devDependencies": {

"dependencies": {
"@unction/flip": "*",
"@unction/append": "*",
"@unction/reducevalues": "*"
"@unction/append": "2.2.0",
"@unction/flip": "2.1.0",
"@unction/reducevalues": "2.2.0"
},

@@ -64,3 +64,6 @@ "nyc": {

"instrument": false
}
},
"files": [
"transpiled/index.js"
]
}

@@ -7,3 +7,3 @@ # @unction/values

> IterableType -> Array<ValueType>
> FunctorType -> Array<ValueType>

@@ -10,0 +10,0 @@ Takes an iterable and returns it's values.

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