New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 2.0.0 to 2.0.1

2

lib/is-undefined.js

@@ -5,2 +5,2 @@ 'use strict';

return typeof object === 'undefined';
}
};
{
"name": "configly",
"version": "2.0.0",
"version": "2.0.1",
"description": "Provides an easy way to set up environmental configuration",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha",
"coverage": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha",
"codeclimate": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/.bin/codeclimate && rm -rf ./coverage"
"jshint": "jshint --reporter node_modules/jshint-stylish/stylish.js index.js lib/**",
"check-cov": "istanbul check-coverage --statements 100 --functions 100 --branches 100 --lines 100",
"test": "istanbul cover _mocha",
"posttest": " npm run check-cov; npm run jshint;",
"codeclimate": "cat ./coverage/lcov.info | codeclimate"
},

@@ -28,6 +30,8 @@ "repository": {

"devDependencies": {
"codeclimate-test-reporter": "^0.0.3",
"codeclimate-test-reporter": "0.0.4",
"expect.js": "^0.3.1",
"istanbul": "^0.3.2",
"mocha": "^1.21.4",
"istanbul": "^0.3.5",
"jshint": "^2.6.0",
"jshint-stylish": "^1.0.0",
"mocha": "^2.1.0",
"mocha-lcov-reporter": "0.0.1",

@@ -34,0 +38,0 @@ "yaml": "^0.2.3"

# configly
[![NPM version](http://img.shields.io/npm/v/configly.svg?style=flat)](https://www.npmjs.org/package/configly)
[![Dependency Status](http://img.shields.io/gemnasium/ksmithut/configly.svg?style=flat)](https://gemnasium.com/ksmithut/configly)
[![Dependency Status](http://img.shields.io/david/ksmithut/configly.svg?style=flat)](https://gemnasium.com/ksmithut/configly)
[![Dev Dependency Status](http://img.shields.io/david/dev/ksmithut/configly.svg?style=flat)](https://gemnasium.com/ksmithut/configly)
[![Code Climate](http://img.shields.io/codeclimate/github/ksmithut/configly.svg?style=flat)](https://codeclimate.com/github/ksmithut/configly)

@@ -6,0 +7,0 @@ [![Build Status](http://img.shields.io/travis/ksmithut/configly.svg?style=flat)](https://travis-ci.org/ksmithut/configly)

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