Socket
Socket
Sign inDemoInstall

fairmont

Package Overview
Dependencies
Maintainers
2
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 0.8.0 to 0.8.1

5

package.json
{
"name": "fairmont",
"version": "0.8.0",
"version": "0.8.1",
"description": "A collection of useful functions and utilities.",

@@ -12,3 +12,4 @@ "files": [

"scripts": {
"prepublish": "coffee -o lib/ -c src/*.coffee",
"prepublish": "coffee -o lib/ -c src/*.coffee && npm run docs",
"docs": "coffee doc.coffee > README.md",
"test": "coffee test/shred.coffee"

@@ -15,0 +16,0 @@ },

@@ -149,2 +149,3 @@ # Fairmont

Simple wrapper around `process.exit(-1)`.
#
### memoize ###

@@ -160,2 +161,3 @@ #

```
#
### timer ###

@@ -226,3 +228,3 @@ #

#
### titleCase ###
### title_case ###
#

@@ -258,3 +260,3 @@ Capitalize the first letter of each word in a string.

#
### plain_test ###
### plain_text ###
#

@@ -271,3 +273,3 @@ Convert an camel-case or underscore- or dash-separated string into a

#
### htmlEscape ###
### html_escape ###
#

@@ -278,3 +280,3 @@ Escape a string so that it can be embedded into HTML. Adapted from Mustache.js.

#
## type ##
### type ###
#

@@ -281,0 +283,0 @@ Get the type of a value. Possible values are: `number`, `string`, '`boolean`, `data`, `regexp`, `function`, `array`, `object`, `null`, `undefined`. Adapted from [The CoffeeScript Cookbook][type-0] and based on Douglas Crockford's [remedial JavaScript blog post][type-1].

src/string.coffee

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