Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@most/disposable

Package Overview
Dependencies
Maintainers
4
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@most/disposable - npm Package Compare versions

Comparing version 0.10.0 to 0.11.0

9

package.json
{
"name": "@most/disposable",
"version": "0.10.0",
"version": "0.11.0",
"description": "Reactive programming with lean, functions-only, curried, tree-shakeable API",

@@ -15,3 +15,3 @@ "typings": "type-definitions/index.d.ts",

"test": "npm run test:lint && npm run test:unit && npm run test:flow",
"test:unit": "mocha -r buba/register --reporter dot --recursive 'test/**/*-test.js'",
"test:unit": "nyc --reporter=text-summary mocha -r buba/register --reporter dot --recursive 'test/**/*-test.js'",
"test:lint": "eslint --fix --ignore-path ../../.eslintignore src test",

@@ -51,2 +51,3 @@ "test:flow": "flow check",

"mocha": "^3.4.2",
"nyc": "^11.0.2",
"rollup": "^0.43.0",

@@ -59,5 +60,5 @@ "rollup-plugin-buble": "^0.15.0",

"dependencies": {
"@most/prelude": "^1.6.1",
"@most/types": "^0.9.1"
"@most/prelude": "^1.6.2",
"@most/types": "^0.10.0"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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