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

configur

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

configur - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

.idea/.name

5

lib/Configur.js

@@ -146,3 +146,6 @@ var

// loading order is the same as alphabetical sorting
.sort().reverse()
// (file extension is not considered)
.sort(function(a, b) {
return a.replace(/\.[^.]+$/, "") > b.replace(/\.[^.]+$/, "");
})
// return array of file meta objects

@@ -149,0 +152,0 @@ .map(function(file){

2

package.json

@@ -8,3 +8,3 @@ {

},
"version": "0.0.2",
"version": "0.0.3",
"main": "lib/index.js",

@@ -11,0 +11,0 @@ "license": {

@@ -5,2 +5,3 @@ # configur

[![David Status](https://david-dm.org/tsertkov/configur.png)](https://david-dm.org/tsertkov/configur)
[![Stories in Ready](https://badge.waffle.io/tsertkov/configur.png?label=ready&title=Ready)](https://waffle.io/tsertkov/configur)

@@ -7,0 +8,0 @@ > Dynamic configuration powered by dotpath templates.

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