Socket
Socket
Sign inDemoInstall

config

Package Overview
Dependencies
Maintainers
2
Versions
118
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

config - npm Package Compare versions

Comparing version 1.29.1 to 1.29.2

5

History.md

@@ -0,1 +1,6 @@

1.29.2 / 2018-01-12
===================
* Patch, and added a test to ts-node - electroma
1.29.1 / 2018-01-07

@@ -2,0 +7,0 @@ ===================

2

lib/config.js

@@ -878,3 +878,3 @@ // config.js (c) 2010-2015 Loren West and other contributors

else if (extension === 'ts') {
if (!require.extensions['ts']) {
if (!require.extensions['.ts']) {
require('ts-node').register({

@@ -881,0 +881,0 @@ lazy: true,

{
"name": "config",
"version": "1.29.1",
"version": "1.29.2",
"main": "./lib/config.js",

@@ -5,0 +5,0 @@ "description": "Configuration control for production node deployments",

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