Socket
Socket
Sign inDemoInstall

webpack-config-utils

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webpack-config-utils - npm Package Compare versions

Comparing version 1.0.0 to 2.0.0

9

dist/index.js

@@ -7,11 +7,2 @@ 'use strict';

var _pathHere = require('path-here');
Object.defineProperty(exports, 'here', {
enumerable: true,
get: function get() {
return _interopRequireDefault(_pathHere).default;
}
});
var _webpackCombineLoaders = require('webpack-combine-loaders');

@@ -18,0 +9,0 @@

4

package.json
{
"name": "webpack-config-utils",
"version": "1.0.0",
"version": "2.0.0",
"description": "Utilities to help your webpack config be easier to read",

@@ -17,7 +17,5 @@ "main": "dist/index.js",

"dependencies": {
"path-here": "1.1.0",
"webpack-combine-loaders": "2.0.0"
},
"bundledDependencies": [
"path-here",
"webpack-combine-loaders"

@@ -24,0 +22,0 @@ ],

@@ -7,7 +7,8 @@ # webpack-config-utils

[![Code Coverage][coverage-badge]][coverage]
[![Dependencies][dependencyci-badge]][dependencyci]
[![version][version-badge]][package]
[![downloads][downloads-badge]][npm-stat]
[![MIT License][license-badge]][LICENSE]
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors)
[![PRs Welcome][prs-badge]][prs]

@@ -118,3 +119,3 @@ [![Donate][donate-badge]][donate]

See the API Documentation [here][API Docs]. In addition to custom utilities from this package, it comes bundled with
a few other helpful utilities: [`path-here`](https://www.npmjs.com/package/path-here) (exposed as `here`) and [`webpack-combine-loaders`](https://www.npmjs.com/package/webpack-combine-loaders) (exposed as `combineLoaders`).
a few another helpful utility: [`webpack-combine-loaders`](https://www.npmjs.com/package/webpack-combine-loaders) (exposed as `combineLoaders`).

@@ -142,2 +143,4 @@ ## Contributors

[coverage]: https://codecov.io/github/kentcdodds/webpack-config-utils
[dependencyci-badge]: https://dependencyci.com/github/kentcdodds/webpack-config-utils/badge?style=flat-square
[dependencyci]: https://dependencyci.com/github/kentcdodds/webpack-config-utils
[version-badge]: https://img.shields.io/npm/v/webpack-config-utils.svg?style=flat-square

@@ -144,0 +147,0 @@ [package]: https://www.npmjs.com/package/webpack-config-utils

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