Socket
Socket
Sign inDemoInstall

word

Package Overview
Dependencies
6
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.2.1

Cakefile

15

History.md
0.2.1 / 2012-01-05
==================
* Updating the main path in package.json
0.2.0 / 2012-01-05
==================
* Updating the src path in the test
* Removing old coffe files, since everything is in src now
* The coffe source is now in src, and lib is used for compiled files.
* Moving coffee to dev deps
* Replacing makefile with cakefile
* Update readme
0.1.0 / 2012-01-04

@@ -3,0 +18,0 @@ ==================

9

package.json
{
"name": "word"
, "version": "0.1.0"
, "version": "0.2.1"
, "description": "Contains functions that assist in working with strings."

@@ -9,3 +9,2 @@ , "keywords": ["string helper", "text helper", "string", "text"]

"package": "1.0.0"
, "coffee-script": "1.2.0"
, "lingo": "0.0.4"

@@ -18,2 +17,3 @@ , "super": "0.0.1"

, "should": "0.3.2"
, "coffee-script": "1.2.0"
}

@@ -26,6 +26,7 @@ , "repository" : {

, "scripts": {
"test": "make test"
"test": "cake test"
, "pre-publish": "cake build"
}
, "main": "index"
, "main": "./lib/word"
, "engines": { "node": ">= 0.6.0 < 0.7.0" }
}

@@ -90,4 +90,10 @@ [![Build Status](https://secure.travis-ci.org/vesln/word.png)](http://travis-ci.org/vesln/word)

$ make test
$ npm install
$ cake test
## Credits and Acknowledgments
Special thanks to indexzero (https://github.com/indexzero) for the following advice https://github.com/vesln/word/issues/1
Now you don't have to install coffee-script as a dep in order to use the library.
## License

@@ -94,0 +100,0 @@

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