coffee-loader
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -1,5 +0,11 @@ | ||
# Change Log | ||
# 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](https://github.com/webpack-contrib/coffee-loader/compare/v1.0.0...v1.0.1) (2020-10-09) | ||
### Chore | ||
* update `schema-utils` | ||
### [1.0.0](https://github.com/webpack-contrib/coffee-loader/compare/v0.9.0...v1.0.0) (2020-05-22) | ||
@@ -6,0 +12,0 @@ |
@@ -8,8 +8,8 @@ "use strict"; | ||
var _schemaUtils = _interopRequireDefault(require("schema-utils")); | ||
var _schemaUtils = require("schema-utils"); | ||
var _loaderUtils = require("loader-utils"); | ||
var _coffeescript = _interopRequireDefault(require("coffeescript")); | ||
var _loaderUtils = _interopRequireDefault(require("loader-utils")); | ||
var _options = _interopRequireDefault(require("./options.json")); | ||
@@ -26,5 +26,4 @@ | ||
function loader(source) { | ||
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: 'CoffeeScript Loader', | ||
@@ -31,0 +30,0 @@ baseDataPath: 'options' |
{ | ||
"name": "coffee-loader", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "coffee loader module for webpack", | ||
@@ -46,28 +46,28 @@ "license": "MIT", | ||
"loader-utils": "^2.0.0", | ||
"schema-utils": "^2.6.6" | ||
"schema-utils": "^3.0.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.8.4", | ||
"@babel/core": "^7.9.6", | ||
"@babel/preset-env": "^7.9.6", | ||
"@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": "^26.0.1", | ||
"babel-jest": "^26.5.2", | ||
"coffeescript": "^2.5.1", | ||
"cross-env": "^7.0.2", | ||
"del": "^5.1.0", | ||
"del": "^6.0.0", | ||
"del-cli": "^3.0.1", | ||
"eslint": "^7.0.0", | ||
"eslint-config-prettier": "^6.11.0", | ||
"eslint-plugin-import": "^2.20.2", | ||
"husky": "^4.2.5", | ||
"jest": "^26.0.1", | ||
"lint-staged": "^10.2.6", | ||
"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", | ||
"npm-run-all": "^4.1.5", | ||
"prettier": "^2.0.5", | ||
"standard-version": "^8.0.0", | ||
"webpack": "^4.43.0" | ||
"prettier": "^2.1.2", | ||
"standard-version": "^9.0.0", | ||
"webpack": "^4.44.2" | ||
}, | ||
@@ -74,0 +74,0 @@ "keywords": [ |
@@ -93,3 +93,3 @@ <div align="center"> | ||
Documentation for the `transpile` option you can fine [here](https://coffeescript.org/#transpilation). | ||
Documentation for the `transpile` option you can find [here](https://coffeescript.org/#transpilation). | ||
@@ -96,0 +96,0 @@ > ℹ️ The `sourceMap` option takes a value from the `compiler.devtool` value by default. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
11688
0
- Removedschema-utils@2.7.1(transitive)
Updatedschema-utils@^3.0.0