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

@types/config

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/config - npm Package Compare versions

Comparing version 0.0.33 to 0.0.34

4

config/index.d.ts

@@ -6,2 +6,3 @@ // Type definitions for node-config

// James Donald <https://github.com/jndonald3>
// Alberto Vasquez <https://github.com/albertovasquez>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -43,2 +44,5 @@

getConfigSources(): IConfigSource[];
// Returns a new deep copy of the current config object, or any part of the config if provided.
toObject(config?: any): any;

@@ -45,0 +49,0 @@ /**

9

config/package.json
{
"name": "@types/config",
"version": "0.0.33",
"version": "0.0.34",
"description": "TypeScript definitions for node-config",

@@ -21,2 +21,7 @@ "license": "MIT",

"githubUsername": "jndonald3"
},
{
"name": "Alberto Vasquez",
"url": "https://github.com/albertovasquez",
"githubUsername": "albertovasquez"
}

@@ -31,4 +36,4 @@ ],

"dependencies": {},
"typesPublisherContentHash": "a2313af05a12706bb05179f90d03948810800b8fae745093d039696c88735ad0",
"typesPublisherContentHash": "c0ee2b1980974999ec39f4d3ed2b0c327b20dd3c6f3457a7719f247e101ed68b",
"typeScriptVersion": "2.0"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Mon, 18 Sep 2017 14:08:00 GMT
* Last updated: Thu, 08 Feb 2018 16:09:03 GMT
* Dependencies: none

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by Roman Korneev <https://github.com/RWander>, Forrest Bice <https://github.com/forrestbice>, James Donald <https://github.com/jndonald3>.
These definitions were written by Roman Korneev <https://github.com/RWander>, Forrest Bice <https://github.com/forrestbice>, James Donald <https://github.com/jndonald3>, Alberto Vasquez <https://github.com/albertovasquez>.
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