Socket
Socket
Sign inDemoInstall

json-minimizer-webpack-plugin

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json-minimizer-webpack-plugin - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

16

CHANGELOG.md

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

# Changelog
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
## 1.0.1 (2020-10-07)
### Chore
* update `schema-utils`
## 1.0.0 (2020-10-05)
Initial release
# Change Log
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

4

dist/index.js

@@ -12,3 +12,3 @@ "use strict";

var _schemaUtils = _interopRequireDefault(require("schema-utils"));
var _schemaUtils = require("schema-utils");

@@ -33,3 +33,3 @@ var _options = _interopRequireDefault(require("./options.json"));

constructor(options = {}) {
(0, _schemaUtils.default)(_options.default, options, {
(0, _schemaUtils.validate)(_options.default, options, {
name: 'Json Minimizer Plugin',

@@ -36,0 +36,0 @@ baseDataPath: 'options'

{
"name": "json-minimizer-webpack-plugin",
"version": "1.0.0",
"version": "1.0.1",
"description": "json minimizer plugin for Webpack",

@@ -47,3 +47,3 @@ "license": "MIT",

"loader-utils": "^2.0.0",
"schema-utils": "^2.7.1",
"schema-utils": "^3.0.0",
"serialize-javascript": "^5.0.1",

@@ -60,3 +60,3 @@ "webpack-sources": "^2.0.1"

"@webpack-contrib/eslint-config-webpack": "^3.0.0",
"babel-jest": "^26.3.0",
"babel-jest": "^26.5.2",
"copy-webpack-plugin": "^6.1.1",

@@ -71,3 +71,3 @@ "cross-env": "^7.0.2",

"husky": "^4.3.0",
"jest": "^26.4.2",
"jest": "^26.5.2",
"lint-staged": "^10.3.0",

@@ -74,0 +74,0 @@ "memfs": "^3.2.0",

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