Socket
Socket
Sign inDemoInstall

fairmont

Package Overview
Dependencies
11
Maintainers
3
Versions
90
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0-beta-32 to 1.0.0-beta-33

src/index.coffee

2

lib/index.js

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.9.3
// Generated by CoffeeScript 1.10.0
(function() {

@@ -3,0 +3,0 @@ var include;

{
"name": "fairmont",
"version": "1.0.0-beta-32",
"version": "1.0.0-beta-33",
"description": "Functional reactive programming for JavaScript and CoffeeScript.",
"files": [
"lib/",
"src/",
"README.md",

@@ -13,5 +14,5 @@ "LICENSE",

"scripts": {
"prepublish": "coffee --nodejs --harmony -o lib/ -c src/*.*coffee",
"test": "coffee --nodejs --harmony test/index.coffee",
"watch": "coffee --nodejs --harmony -o lib/ -cw src/*.*coffee",
"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)",

@@ -35,14 +36,14 @@ "tag": "(cat VERSION | xargs -I version git tag -am version version) && git push --tags"

"amen": "^1.0.0-alpha-03",
"coffee-script": "^1.10.0",
"json": "^9.0.3"
},
"dependencies": {
"fairmont-core": "^1.0.0-beta-21",
"fairmont-helpers": "^1.0.0-beta-22",
"fairmont-multimethods": "^1.0.0-beta-19",
"fairmont-reactive": "^1.0.0-beta-33",
"fairmont-crypto": "^1.0.0-beta-19",
"fairmont-core": "^1.0.0-beta-23",
"fairmont-helpers": "^1.0.0-beta-24",
"fairmont-multimethods": "^1.0.0-beta-20",
"fairmont-reactive": "^1.0.0-beta-34",
"fairmont-process": "^1.0.0-beta-19",
"fairmont-filesystem": "^1.0.0-beta-20"
"fairmont-filesystem": "^1.0.0-beta-21"
},
"engine": "node >= 0.12.x"
"engine": "node >= 4.0.x"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc