Socket
Socket
Sign inDemoInstall

word

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

word - npm Package Compare versions

Comparing version 0.2.4 to 0.3.0

CONTRIBUTING.md

56

package.json
{
"name": "word"
, "version": "0.2.4"
, "description": "Contains functions that assist in working with strings."
, "keywords": ["string helper", "text helper", "string", "text"]
, "author": "Veselin Todorov <hi@vesln.com>"
, "dependencies": {
"lingo": "0.0.4"
, "super": "0.0.1"
, "slug": "0.2.2"
}
, "devDependencies": {
"mocha": "0.3.3"
, "should": "0.3.2"
, "coffee-script": "1.2.0"
}
, "repository" : {
"type" : "git",
"url" : "http://github.com/vesln/word.git"
}
, "homepage": "http://github.com/vesln/word"
, "scripts": {
"test": "cake test"
, "prepublish": "cake build"
, "postpublish": "cake clean"
}
, "main": "./lib/word"
, "engines": { "node": ">= 0.6.0 < 0.7.0" }
}
"name": "word",
"version": "0.3.0",
"author": "sheetjs",
"description": "Word Processing Document library",
"keywords": [
"word"
],
"main": "./word",
"dependencies": {
},
"devDependencies": {
},
"repository": {
"type": "git",
"url": "git://github.com/SheetJS/js-word.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"homepage": "https://wordjs.com/",
"bugs": {
"url": "https://github.com/SheetJS/js-word/issues"
},
"license": "Apache-2.0",
"engines": {
"node": ">=0.8"
}
}
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