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

config-simple

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

config-simple - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

index.d.ts

9

index.js

@@ -1,2 +0,2 @@

"use strict";
/// <reference path="./typings/tsd.d.ts"/>
var fs = require('fs');

@@ -6,2 +6,3 @@ var path = require('path');

var yaml = require('js-yaml');
// these go first
var JSParser = (function () {

@@ -78,6 +79,8 @@ function JSParser() {

})();
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = Config;
exports.__esModule = true;
exports["default"] = Config;
module.exports = Config;
// this will allow us in ES6 and TypeScript to import this as the default class.
// however we need the hack above, because otherwise typescript doesn't believe us
module.exports.default = module.exports;
Object.defineProperty(exports, "__esModule", { value: true });
{
"name": "config-simple",
"version": "1.0.1",
"version": "1.0.2",
"description": "An easy configuration module",

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

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