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

ted

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ted - npm Package Compare versions

Comparing version 0.0.1 to 0.0.3

7

index.js

@@ -8,4 +8,2 @@ /**

*
* { "api_url": "https://api.bloomstaging.tk" }
*
* process.env.NODE_ENV - String representing the current environment, defaults to development.

@@ -17,7 +15,4 @@ * @returns the matching object from config.json

var PROJECT_DIR = __dirname;
console.log("PROJECT_DIR:", PROJECT_DIR);
try {
OVERRIDES = require('./overrides.json'); // attempts to load overrides.json which is ignored by git
OVERRIDES = require('../../overrides.json'); // attempts to load overrides.json which is ignored by git
} catch (err) {

@@ -24,0 +19,0 @@ OVERRIDES = {};

4

package.json
{
"name": "ted",
"version": "0.0.1",
"version": "0.0.3",
"description": "A simple configuration manager.",

@@ -15,5 +15,5 @@ "main": "index.js",

"license": "MIT",
"devDependencies": {
"dependencies": {
"lodash": "^3.5.0"
}
}
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