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

@unction/append

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@unction/append - npm Package Compare versions

Comparing version 2.2.0 to 2.4.0

LICENSE

14

package.json
{
"name": "@unction/append",
"version": "2.2.0",
"version": "2.4.0",
"description": "Takes a value and puts it at the end of the given list",

@@ -23,8 +23,7 @@ "keywords": [

"prepublishOnly": "npm run build",
"prepare": "flow-typed install",
"test": "NODE_ENV=test tap --100 './test.js'",
"build": "babel './index.js' -d './transpiled/'",
"lint": "eslint './index.js'",
"check": "flow check",
"ci": "npm run build && npm run lint && npm run check && npm run test",
"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'"

@@ -62,4 +61,7 @@ },

"dependencies": {
"@unction/type": "2.0.0"
}
"@unction/type": "2.1.0"
},
"files": [
"transpiled/index.js"
]
}
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