Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eox

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eox - npm Package Compare versions

Comparing version 0.0.1 to 0.1.0

dist/config.js

16

package.json
{
"name": "eox",
"version": "0.0.1",
"version": "0.1.0",
"description": "Eox",
"main": "dist/index.js",
"scripts": {
"test": "mocha --compilers coffee:coffee-script/register -R spec -u bdd -w",
"build": "coffee --compile --output dist --watch src",
"start": "(npm run build &); nodemon --watch dist -e js ./dist/index.js"
"test": "mocha --compilers coffee:coffee-script/register -R spec -u bdd",
"build": "rm -rf ./dist; coffee --compile --output dist --watch src",
"start": "(npm run build &); nodemon --watch dist -e js ./dist/example.js"
},

@@ -22,4 +22,10 @@ "repository": {

"dependencies": {
"coffee-script": "^1.12.5"
"coffee-script": "^1.12.5",
"cson-parser": "^1.3.5",
"lodash": "^4.17.4"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.2.0"
}
}
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