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

null-loader

Package Overview
Dependencies
Maintainers
8
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

null-loader - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

6

CHANGELOG.md

@@ -5,2 +5,8 @@ # Changelog

### [4.0.1](https://github.com/webpack-contrib/null-loader/compare/v4.0.0...v4.0.1) (2020-10-09)
### Chore
* update `schema-utils`
## [4.0.0](https://github.com/webpack-contrib/null-loader/compare/v3.0.0...v4.0.0) (2020-04-15)

@@ -7,0 +13,0 @@

9

dist/index.js

@@ -9,5 +9,5 @@ "use strict";

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

@@ -23,5 +23,4 @@ var _options = _interopRequireDefault(require("./options.json"));

function pitch() {
const options = _loaderUtils.default.getOptions(this);
(0, _schemaUtils.default)(_options.default, options, {
const options = (0, _loaderUtils.getOptions)(this);
(0, _schemaUtils.validate)(_options.default, options, {
name: 'Null Loader',

@@ -28,0 +27,0 @@ baseDataPath: 'options'

{
"name": "null-loader",
"version": "4.0.0",
"version": "4.0.1",
"description": "A webpack loader that returns an empty module.",

@@ -44,32 +44,30 @@ "license": "MIT",

"dependencies": {
"schema-utils": "^2.6.5",
"schema-utils": "^3.0.0",
"loader-utils": "^2.0.0"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"@babel/cli": "^7.11.6",
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@webpack-contrib/defaults": "^6.3.0",
"@webpack-contrib/eslint-config-webpack": "^3.0.0",
"babel-jest": "^25.3.0",
"commitlint-azure-pipelines-cli": "^1.0.3",
"babel-jest": "^26.5.2",
"cross-env": "^7.0.2",
"css-loader": "^3.5.2",
"del": "^5.1.0",
"del-cli": "^3.0.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-import": "^2.20.2",
"husky": "^4.2.5",
"jest": "^25.3.0",
"jest-junit": "^10.0.0",
"lint-staged": "^10.1.3",
"memfs": "^3.1.2",
"css-loader": "^4.3.0",
"del": "^6.0.0",
"del-cli": "^3.0.1",
"eslint": "^7.10.0",
"eslint-config-prettier": "^6.12.0",
"eslint-plugin-import": "^2.22.1",
"husky": "^4.3.0",
"jest": "^26.5.2",
"lint-staged": "^10.4.0",
"memfs": "^3.2.0",
"memory-fs": "^0.5.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.0.4",
"standard-version": "^7.1.0",
"webpack": "^4.42.1"
"prettier": "^2.1.2",
"standard-version": "^9.0.0",
"webpack": "^4.44.2"
},

@@ -76,0 +74,0 @@ "keywords": [

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