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

fairmont

Package Overview
Dependencies
Maintainers
3
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fairmont - npm Package Compare versions

Comparing version 1.0.0-beta-40 to 1.0.0

19

package.json
{
"name": "fairmont",
"version": "1.0.0-beta-40",
"version": "1.0.0",
"description": "Functional reactive programming for JavaScript and CoffeeScript.",

@@ -14,7 +14,6 @@ "files": [

"scripts": {
"prepublish": "coffee -o lib/ -c src/*.*coffee",
"test": "coffee test/index.coffee",
"watch": "coffee -o lib/ -cw src/*.*coffee",
"version": "(node_modules/.bin/json -f package.json version > VERSION)",
"tag": "(cat VERSION | xargs -I version git tag -am version version) && git push --tags"
"prepublish": "coffee -o lib/ -c src/*.*coffee",
"postpublish": "(node_modules/.bin/json -f package.json version | xargs -I version git tag -am version version) && git push --tags"
},

@@ -40,10 +39,10 @@ "repository": {

"dependencies": {
"fairmont-core": "^1.0.0-beta-23",
"fairmont-helpers": "^1.0.0-beta-26",
"fairmont-multimethods": "^1.0.0-beta-21",
"fairmont-reactive": "^1.0.0-beta-40",
"fairmont-process": "^1.0.0-beta-19",
"fairmont-filesystem": "^1.0.0-beta-24"
"fairmont-core": "1.0.x",
"fairmont-helpers": "1.0.x",
"fairmont-multimethods": "1.0.x",
"fairmont-reactive": "^1.0.x",
"fairmont-process": "^1.0.x",
"fairmont-filesystem": "^1.0.x"
},
"engine": "node >= 4.0.x"
}

@@ -109,3 +109,5 @@ # Fairmont

Fairmont is still under heavy development and is `beta` quality, meaning you should probably not use it in your production code.
Fairmont is available for production use.
We use Fairmont is wide-variety of development projects.
We welcome contributors!

@@ -112,0 +114,0 @@ ## Roadmap

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