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

configuring

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

configuring - npm Package Compare versions

Comparing version 0.3.2 to 0.3.3

4

dist/index.cjs.js

@@ -7,4 +7,4 @@ 'use strict';

var defaultsDeep = _interopDefault(require('lodash/defaultsDeep'));
var get = _interopDefault(require('lodash/get'));
var defaultsDeep = _interopDefault(require('lodash.defaultsdeep'));
var get = _interopDefault(require('lodash.get'));
var os = _interopDefault(require('os'));

@@ -11,0 +11,0 @@

@@ -1,3 +0,3 @@

import defaultsDeep from 'lodash/defaultsDeep';
import get from 'lodash/get';
import defaultsDeep from 'lodash.defaultsdeep';
import get from 'lodash.get';
import os from 'os';

@@ -4,0 +4,0 @@

{
"name": "configuring",
"version": "0.3.2",
"version": "0.3.3",
"description": "A configuration system for typescript projects",

@@ -9,3 +9,3 @@ "main": "dist/index.cjs.js",

"scripts": {
"build": "rimraf dist && NODE_ENV=production rollup -c",
"build": "rimraf dist && rollup -c",
"build-watch": "rimraf dist && rollup -c -w",

@@ -39,5 +39,10 @@ "dev": "NODE_ENV=development concurrently --kill-others \"npm run build-watch\"",

"dependencies": {
"@types/lodash": "^4.14.149",
"lodash": "^4.17.15"
}
}
"@types/lodash.defaultsdeep": "^4.6.6",
"@types/lodash.get": "^4.4.6",
"lodash.defaultsdeep": "^4.6.1",
"lodash.get": "^4.4.2"
},
"files": [
"dist"
]
}
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