Socket
Socket
Sign inDemoInstall

ramda

Package Overview
Dependencies
Maintainers
2
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ramda - npm Package Compare versions

Comparing version 0.1.2 to 0.1.4

docs/public/fonts/aller-bold.eot

0

LICENSE.txt

@@ -0,0 +0,0 @@ The MIT License (MIT)

25

package.json

@@ -12,3 +12,3 @@ {

"description": "A practical functional library for Javascript programmers.",
"version": "0.1.2",
"version": "0.1.4",
"homepage": "https://www.github.com/CrossEye/ramda",

@@ -24,24 +24,3 @@ "license": "MIT",

},
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-cli": "~0.1.7",
"grunt-mocha": "~0.3.4",
"grunt-docco": "latest",
"grunt-contrib-jshint": "~0.7.0",
"grunt-contrib-uglify": "~0.2.2",
"grunt-mocha-test": "~0.5.0",
"grunt-istanbul": "~0.2.4"
},
"extraDevDependencies -- if we want to use Gulp": {
"gulp-rename": "~0.2.1",
"gulp-jshint": "~1.3.2",
"gulp-uglify": "~0.1.0",
"gulp-mocha": "~0.1.0",
"gulp-clean": "~0.1.2",
"gulp-util": "~2.2.0",
"gulp-header": "godaddy/gulp-header",
"gulp-istanbul": "~0.1.0",
"moment": "~2.5.0"
}
"dependencies": {}
}

@@ -37,4 +37,24 @@ Project Ramda

Installation
------------
To use with node:
npm install ramda
Then in the console:
var ramda = require('ramda')
To use directly in the browser:
<script src="path/to/yourCopyOf/ramda.js"></script>
or the minified version:
<script src="path/to/yourCopyOf/ramda.min.js"></script>
These script tags add the variable `ramda` on the browser's global scope.
Documentation

@@ -101,1 +121,8 @@ -------------

doing so as elegantly as possible.
Acknowledgements
-----------------
Thanks to [J. C. Phillipps](http://www.jcphillipps.com) for the Ramda logo.

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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