Socket
Socket
Sign inDemoInstall

nodulejs

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodulejs - npm Package Compare versions

Comparing version 1.1.25 to 1.2.0

.travis.yml

6

package.json
{
"name": "nodulejs",
"version": "1.1.25",
"version": "1.2.0",
"description": "Scalable self-discovering web components",
"main": "nodule.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "make test"
},

@@ -36,6 +36,8 @@ "keywords": [

"express": "^4.10.6",
"istanbul": "^0.3.5",
"jade": "^1.8.2",
"mocha": "^2.1.0",
"mocha-lcov-reporter": "0.0.1",
"supertest": "^0.15.0"
}
}

@@ -5,2 +5,4 @@ # nodulejs

[![NPM Downloads][downloads-image]][downloads-url]
[![build status][travis-image]][travis-url]
[![Test coverage][coveralls-image]][coveralls-url]

@@ -215,1 +217,6 @@ nodulejs is a lightweight utility based on node/express, whose sole purpose is to discover and initialize web components (standard Javascript objects) called "nodules". Nodules are tied to one or more express routes, and attached to each incoming express request as __req.nodule__.

[downloads-url]: https://npmjs.org/package/ndoulejs
[travis-image]: https://travis-ci.org/jackspaniel/nodulejs.svg
[travis-url]: https://travis-ci.org/jackspaniel/nodulejs?branch=master
[coveralls-image]: https://coveralls.io/repos/jackspaniel/nodulejs/badge.svg?branch=master
[coveralls-url]: https://coveralls.io/r/jackspaniel/nodulejs?branch=master

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