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

most

Package Overview
Dependencies
Maintainers
1
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

most - npm Package Compare versions

Comparing version 0.19.0 to 0.19.1

10

package.json
{
"name": "most",
"version": "0.19.0",
"version": "0.19.1",
"description": "Monadic streams",

@@ -11,5 +11,6 @@ "main": "most.js",

"scripts": {
"test": "eslint . && buster-test",
"test": "eslint . && buster-test && npm run doctest",
"build": "webpack --output-library most --output-library-target umd ./most.js --output-filename dist/most.js && uglifyjs dist/most.js -c \"warnings=false\" -m -o dist/most.min.js",
"preversion": "npm run build"
"preversion": "npm run build",
"doctest": "markdown-doctest"
},

@@ -43,2 +44,3 @@ "repository": {

"eslint": "^1.10.3",
"markdown-doctest": "^0.3.4",
"transducers-js": "^0.4.174",

@@ -49,5 +51,5 @@ "uglify-js": "^2.4.23",

"dependencies": {
"@most/multicast": "^1.0.3",
"@most/multicast": "^1.1.1",
"@most/prelude": "^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