New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

seng-config

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

seng-config - npm Package Compare versions

Comparing version 1.0.2 to 1.1.0

CHANGELOG.MD

2

dist/index.js
"use strict";
var ConfigManager_1 = require('./lib/ConfigManager');
Object.defineProperty(exports, "__esModule", { value: true });
var ConfigManager_1 = require("./lib/ConfigManager");
exports.default = ConfigManager_1.default;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var deepAssign = require('deep-assign');

@@ -237,3 +238,3 @@ /**

variables: this._config.variables,
urls: this._config.urls
urls: this._config.urls,
});

@@ -303,3 +304,3 @@ envs.unshift({});

currentVar = vars[i] = {
url: currentVar
url: currentVar,
};

@@ -312,3 +313,3 @@ }

return getVar(match);
})
}),
};

@@ -342,3 +343,2 @@ }

}());
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = ConfigManager;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
{
"name": "seng-config",
"version": "1.0.2",
"description": "Manages a config file by merging environments and providing a usful API",
"version": "1.1.0",
"description": "Manages a config file by merging environments and providing a useful API",
"main": "dist/index.js",
"typings": "dist/index",
"scripts": {
"postinstall": "npm run typings",
"prepublish": "npm run build",
"typings": "typings install",
"build": "rm -rf dist && tsc -p ./",
"build": "shx rm -rf dist && tsc -p ./",
"test": "tsc -p ./test && karma start karma.conf.js --single-run --browsers PhantomJS",

@@ -32,2 +29,4 @@ "doc": "typedoc --out doc/typedoc/ src/",

"devDependencies": {
"@types/jasmine": "^2.5.47",
"@types/node": "^7.0.12",
"coveralls": "^2.11.6",

@@ -42,5 +41,6 @@ "istanbul-instrumenter-loader": "^0.1.3",

"phantomjs-prebuilt": "^2.1.3",
"shx": "^0.2.2",
"tslint": "^3.3.0",
"typedoc": "ThaNarie/typedoc",
"typescript": "^1.8.0",
"typedoc": "^0.5.10",
"typescript": "^2.2.2",
"webpack": "^1.12.12"

@@ -47,0 +47,0 @@ },

@@ -54,3 +54,3 @@ [![Build Status](https://travis-ci.org/MediaMonks/seng-config.svg?branch=master)](https://travis-ci.org/MediaMonks/seng-config)

Change to the TypeScript directory:
Change to the seng-config directory:
```

@@ -67,5 +67,4 @@ cd seng-config

```
npm run build # build this project
npm run build # build this project (done on install)
npm test # run the tests
npm run typings # install .d.ts dependencies
npm run lint # run tslint on this project

@@ -72,0 +71,0 @@ npm run doc # generate typedoc documentation

Sorry, the diff of this file is not supported yet

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