Socket
Socket
Sign inDemoInstall

schema-utils

Package Overview
Dependencies
290
Maintainers
3
Versions
39
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.3 to 0.4.4

10

CHANGELOG.md

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

<a name="0.4.4"></a>
## [0.4.4](https://github.com/michael-ciniawsky/schema/compare/v0.4.3...v0.4.4) (2018-02-13)
### Bug Fixes
* **package:** update `dependencies` ([#22](https://github.com/michael-ciniawsky/schema/issues/22)) ([3aecac6](https://github.com/michael-ciniawsky/schema/commit/3aecac6))
<a name="0.4.3"></a>

@@ -7,0 +17,0 @@ ## [0.4.3](https://github.com/webpack-contrib/schema-utils/compare/v0.4.2...v0.4.3) (2017-12-14)

15

dist/validateOptions.js

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

var _path = require('path');
var _path2 = _interopRequireDefault(_path);
var _fs = require('fs');

@@ -12,6 +16,2 @@

var _path = require('path');
var _path2 = _interopRequireDefault(_path);
var _ajv = require('ajv');

@@ -35,9 +35,4 @@

errorDataPath: 'property'
}); /* eslint-disable
import/order,
no-param-reassign,
array-bracket-spacing,
*/
});
(0, _ajvKeywords2.default)(ajv, ['instanceof', 'typeof']);

@@ -44,0 +39,0 @@

{
"name": "schema-utils",
"version": "0.4.3",
"version": "0.4.4",
"author": "Webpack Contrib (https://github.com/webpack-contrib)",
"description": "Webpack Schema Validation Utilities",
"license": "MIT",
"main": "dist/cjs.js",
"engines": {
"node": ">= 4.8 < 5.0.0 || >= 5.10"
},
"files": [

@@ -15,60 +13,63 @@ "dist"

"start": "npm run build -- -w",
"prebuild": "npm run clean",
"build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js' --copy-files",
"clean": "del-cli dist",
"commitlint": "commitlint",
"commitmsg": "commitlint -e $GIT_PARAMS",
"lint": "eslint --cache src test",
"ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",
"lint-staged": "lint-staged",
"prebuild": "npm run clean",
"prepare": "npm run build",
"release": "standard-version",
"release:ci": "conventional-github-releaser -p angular",
"release:validate": "commitlint --from=$(git describe --tags --abbrev=0) --to=$(git rev-parse HEAD)",
"security": "nsp check",
"test": "cross-env jest",
"test:watch": "cross-env jest --watch",
"test:coverage": "cross-env jest --collectCoverageFrom='src/**/*.js' --coverage",
"travis:lint": "npm run lint && npm run security",
"travis:test": "npm run test -- --runInBand",
"travis:coverage": "npm run test:coverage -- --runInBand",
"appveyor:test": "npm run test",
"prepublish": "npm run build",
"release": "standard-version",
"webpack-defaults": "webpack-defaults"
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
"ci:lint": "npm run lint && npm run security",
"ci:test": "npm run test -- --runInBand",
"ci:coverage": "npm run test:coverage -- --runInBand",
"defaults": "webpack-defaults"
},
"dependencies": {
"ajv": "^5.0.0",
"ajv-keywords": "^2.1.0"
"ajv": "^6.1.0",
"ajv-keywords": "^3.1.0"
},
"devDependencies": {
"babel-cli": "^6.0.0",
"babel-jest": "^21.0.0",
"babel-plugin-transform-object-rest-spread": "^6.0.0",
"babel-polyfill": "^6.0.0",
"babel-preset-env": "^1.0.0",
"cross-env": "^5.0.0",
"del-cli": "^1.0.0",
"eslint": "^4.0.0",
"eslint-config-webpack": "^1.0.0",
"eslint-plugin-import": "^2.0.0",
"jest": "^21.0.0",
"lint-staged": "^4.0.0",
"nsp": "^2.0.0",
"pre-commit": "^1.0.0",
"standard-version": "^4.0.0",
"webpack": "^3.0.0",
"webpack-defaults": "^1.6.0"
"@commitlint/cli": "^5.2.8",
"@commitlint/config-angular": "^5.1.1",
"@webpack-contrib/eslint-config-webpack": "^2.0.2",
"babel-cli": "^6.26.0",
"babel-jest": "^22.2.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"conventional-github-releaser": "^2.0.0",
"cross-env": "^5.1.3",
"del": "^3.0.0",
"del-cli": "^1.1.0",
"eslint": "^4.17.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-prettier": "^2.6.0",
"husky": "^0.14.3",
"jest": "^22.2.2",
"lint-staged": "^6.1.0",
"memory-fs": "^0.4.1",
"nsp": "^3.1.0",
"pre-commit": "^1.2.2",
"prettier": "^1.10.2",
"standard-version": "^4.3.0",
"webpack": "^3.11.0",
"webpack-defaults": "^2.0.0-rc.4"
},
"engines": {
"node": ">= 4.8.0 || >= 6.9.0 || >= 8.9.0"
},
"peerDependencies": {
"webpack": "^2.0.0 || ^3.0.0"
"webpack": "^2.0.0 || ^3.0.0 || ^4.0.0"
},
"keywords": [
"webpack",
"webpack-plugin",
"schema-utils",
"loader"
],
"author": "Webpack Contrib (https://github.com/webpack-contrib)",
"contributors": [
"Juho Vepsäläinen <@bebraw>",
"Joshua Wiens <@d3viant0ne>",
"Michael Ciniawsky <@michael-ciniawsky>"
],
"repository": "https://github.com/webpack-contrib/schema-utils.git",
"bugs": "https://github.com/webpack-contrib/schema-utils/issues",
"homepage": "https://github.com/webpack-contrib/schema-utils#readme",
"homepage": "https://github.com/michael-ciniawsky/schema",
"repository": "https://github.com/michael-ciniawsky/schema",
"bugs": "https://github.com/michael-ciniawsky/schema/issues",
"pre-commit": "lint-staged",

@@ -75,0 +76,0 @@ "lint-staged": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc