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

@incanta/config

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@incanta/config - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

5

lib/config-env.js

@@ -10,6 +10,3 @@ #!/usr/bin/env node

const index_1 = __importDefault(require("./index"));
const command = process.argv
.slice(2)
.map((arg) => `"${arg}"`)
.join(" ");
const command = process.argv.slice(2).join(" ");
const env = {};

@@ -16,0 +13,0 @@ (0, lodash_merge_1.default)(env, process.env, index_1.default.getConfiguredEnv());

2

package.json
{
"name": "@incanta/config",
"version": "0.1.6",
"version": "0.1.7",
"main": "lib/index.js",

@@ -5,0 +5,0 @@ "exports": {

@@ -7,6 +7,3 @@ #!/usr/bin/env node

const command = process.argv
.slice(2)
.map((arg) => `"${arg}"`)
.join(" ");
const command = process.argv.slice(2).join(" ");

@@ -13,0 +10,0 @@ const env: any = {};

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