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

@most/core

Package Overview
Dependencies
Maintainers
4
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@most/core - npm Package Compare versions

Comparing version 1.0.0-beta.0 to 1.0.0-beta.1

dist/index.es.js

29

package.json
{
"name": "@most/core",
"version": "1.0.0-beta.0",
"version": "1.0.0-beta.1",
"description": "Reactive programming with lean, functions-only, curried, tree-shakeable API",
"typings": "type-definitions/most.d.ts",
"main": "dist/mostCore.js",
"module": "dist/mostCore.es.js",
"jsnext:main": "dist/mostCore.es.js",
"main": "dist/index.js",
"module": "dist/index.es.js",
"files": [

@@ -18,7 +17,6 @@ "type-definitions",

"test:flow": "flow check",
"build": "npm run build:dist && npm run build:min && npm run build:flow",
"build": "npm run build:dist && npm run build:flow",
"build:dist": "rollup -c",
"build:min": "uglifyjs dist/mostCore.js -m -o dist/mostCore.min.js",
"build:flow": "cpy src/index.js.flow dist --rename=mostCore.js.flow && cpy src/index.js.flow dist --rename=mostCore.es.js.flow",
"prepublish": "npm run build"
"build:flow": "cpy src/index.js.flow dist",
"prepare": "npm run build"
},

@@ -47,17 +45,16 @@ "repository": {

"cpy-cli": "^1.0.1",
"flow-bin": "^0.53.1",
"flow-bin": "^0.57.3",
"mocha": "^3.4.2",
"nyc": "^11.0.2",
"rollup": "^0.43.0",
"rollup-plugin-buble": "^0.15.0",
"rollup": "^0.50.0",
"rollup-plugin-buble": "^0.16.0",
"sinon": "^1.17.7",
"snazzy": "^7.0.0",
"standard": "^10.0.3",
"uglify-js": "^2.7.5"
"standard": "^10.0.3"
},
"dependencies": {
"@most/disposable": "^1.0.0-beta.0",
"@most/disposable": "^1.0.0-beta.1",
"@most/prelude": "^1.6.4",
"@most/scheduler": "^1.0.0-beta.0",
"@most/types": "^1.0.0-beta.0"
"@most/scheduler": "^1.0.0-beta.1",
"@most/types": "^1.0.0-beta.1"
},

@@ -64,0 +61,0 @@ "standard": {

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