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

configya

Package Overview
Dependencies
Maintainers
4
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

configya - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3-update-dependencies.0

.nvmrc

23

package.json
{
"name": "configya",
"version": "0.2.2",
"version": "0.2.3-update-dependencies.0",
"description": "Config files that defer to env settings.",

@@ -8,3 +8,6 @@ "homepage": "https://github.com/LeanKit-Labs/configya",

"scripts": {
"test": "gulp test"
"test:only": "NODE_ENV=test mocha --exit -R spec 'spec/**/*.spec.js'",
"test": "npm run cover",
"cover": "nyc -r text-summary -r html -- npm run test:only",
"cover:show": "open \"file://$PWD/coverage/index.html\""
},

@@ -44,9 +47,19 @@ "contributors": [

"devDependencies": {
"gulp": "^3.8.6",
"gulp-mocha": "~0.4.1",
"mocha": "^8.2.1",
"nyc": "^15.1.0",
"open": "^7.3.0",
"should": "~3.2.0-beta1"
},
"dependencies": {
"lodash": "^3.3.1"
"lodash": "^4.17.20"
},
"nyc": {
"exclude": [
"coverage",
"spec"
],
"sourceMap": false,
"instrument": true,
"all": true
}
}
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