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

schema-utils

Package Overview
Dependencies
Maintainers
3
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

schema-utils - npm Package Compare versions

Comparing version 0.4.6 to 0.4.7

10

CHANGELOG.md

@@ -5,2 +5,12 @@ # Change Log

<a name="0.4.7"></a>
## [0.4.7](https://github.com/webpack-contrib/schema-utils/compare/v0.4.6...v0.4.7) (2018-08-07)
### Bug Fixes
* **src:** `node >= v4.0.0` support ([#32](https://github.com/webpack-contrib/schema-utils/issues/32)) ([cb13dd4](https://github.com/webpack-contrib/schema-utils/commit/cb13dd4))
<a name="0.4.6"></a>

@@ -7,0 +17,0 @@ ## [0.4.6](https://github.com/webpack-contrib/schema-utils/compare/v0.4.5...v0.4.6) (2018-08-06)

4

package.json
{
"name": "schema-utils",
"version": "0.4.6",
"version": "0.4.7",
"description": "webpack Validation Utils",

@@ -31,3 +31,3 @@ "main": "src/index.js",

"eslint-plugin-prettier": "^2.0.0",
"jest": "^22.0.0",
"jest": "^21.0.0",
"prettier": "^1.0.0",

@@ -34,0 +34,0 @@ "standard-version": "^4.0.0"

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

/* eslint-disable
strict
*/
'use strict';
const validateOptions = require('./validateOptions');
module.exports = validateOptions;
/* eslint-disable
strict,
no-param-reassign
*/
'use strict';
const fs = require('fs');

@@ -5,0 +9,0 @@ const path = require('path');

@@ -0,1 +1,7 @@

/* eslint-disable
strict
*/
'use strict';
class ValidationError extends Error {

@@ -2,0 +8,0 @@ constructor(errors, name) {

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