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

configly

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

configly - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

coverage/coverage.json

12

package.json
{
"name": "configly",
"version": "1.0.4",
"version": "1.0.5",
"description": "Provides an easy way to set up environmental configuration",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/gulp test"
"test": "./node_modules/.bin/gulp test && ./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
},

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

"gulp-blanket-mocha": "0.0.4",
"gulp-exec": "~1.0.4"
"gulp-exec": "~1.0.4",
"mocha-lcov-reporter": "0.0.1",
"coveralls": "~2.7.0",
"mocha": "~1.17.1",
"docco": "~0.6.2",
"istanbul": "~0.2.4",
"gulp-istanbul": "~0.1.0"
}
}

@@ -6,2 +6,3 @@ # configly

[![Build Status](https://travis-ci.org/ksmithut/configly.png?branch=develop)](https://travis-ci.org/ksmithut/configly)
[![Coverage Status](https://coveralls.io/repos/ksmithut/configly/badge.png?branch=develop)](https://coveralls.io/r/ksmithut/configly?branch=develop)

@@ -8,0 +9,0 @@ A simple configuration management module used for [node](http://nodejs.org/)

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