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

@creditkarma/dynamic-config

Package Overview
Dependencies
Maintainers
6
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@creditkarma/dynamic-config - npm Package Compare versions

Comparing version 0.9.5 to 0.9.6

2

dist/main/loaders/typescript.js

@@ -58,5 +58,5 @@ "use strict";

async load(filePath) {
return Promise.resolve(loadTypeScript(filePath));
return loadTypeScript(filePath);
},
};
//# sourceMappingURL=typescript.js.map
{
"name": "@creditkarma/dynamic-config",
"version": "0.9.5",
"version": "0.9.6",
"description": "Dynamic Config for Node.js backed by Consul and Vault",

@@ -40,22 +40,22 @@ "main": "dist/main/index.js",

"devDependencies": {
"@types/code": "^4.0.4",
"@types/express": "^4.16.0",
"@types/code": "^4.0.5",
"@types/express": "^4.16.1",
"@types/node": "^8.0.51",
"@types/request-promise-native": "^1.0.13",
"@types/request-promise-native": "^1.0.15",
"code": "^5.2.4",
"express": "^4.16.2",
"express": "^4.16.4",
"lab": "^18.0.2",
"request-promise-native": "^1.0.5",
"rimraf": "^2.6.2",
"tslint": "^5.11.0",
"wait-on": "^3.1.0"
"request-promise-native": "^1.0.7",
"rimraf": "^2.6.3",
"tslint": "^5.14.0",
"wait-on": "^3.2.0"
},
"dependencies": {
"@creditkarma/consul-client": "^0.8.2",
"@creditkarma/consul-client": "^0.8.4",
"@creditkarma/vault-client": "^0.5.11",
"@types/yamljs": "^0.2.30",
"ajv": "^6.5.2",
"typescript": "3.1.x",
"ajv": "^6.10.0",
"typescript": "3.3.x",
"yamljs": "^0.3.0"
}
}

Sorry, the diff of this file is not supported yet

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