gulp-embed-json
Advanced tools
Comparing version 1.4.2 to 1.5.0
@@ -0,1 +1,8 @@ | ||
## 1.5.0 | ||
* [#23: Migrate to CircleCI.](https://github.com/haensl/gulp-embed-json/issues/23) | ||
* Internalize eslint configuration into `package.json`. | ||
## 1.4.3 | ||
* [#21: Update dependencies.](https://github.com/haensl/gulp-embed-json/issues/21) | ||
## 1.4.2 | ||
@@ -2,0 +9,0 @@ * [#16: Update dependencies.](https://github.com/haensl/gulp-embed-json/issues/16) |
{ | ||
"name": "gulp-embed-json", | ||
"version": "1.4.2", | ||
"version": "1.5.0", | ||
"description": "Gulp plugin to inline/embed JSON data into HTML files.", | ||
"main": "index.js", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
"lint": "eslint **/*.js", | ||
"lint:ci": "eslint --format junit -o test-results/eslint/results.xml **/*.js", | ||
"tdd": "mocha --watch", | ||
"test": "mocha", | ||
"tdd": "mocha --watch", | ||
"lint": "eslint -c .eslintrc.json **/*.js", | ||
"prepush": "npm test && npm run lint", | ||
"precommit": "npm test && npm run lint" | ||
"test:ci": "mocha --recursive --reporter mocha-junit-reporter --reporter-options mochaFile=./test-results/mocha/results.xml" | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "npm test && npm run lint" | ||
} | ||
}, | ||
"eslintConfig": { | ||
"env": { | ||
"es6": true, | ||
"node": true, | ||
"mocha": true | ||
}, | ||
"parserOptions": { | ||
"sourceType": "module" | ||
}, | ||
"extends": [ | ||
"@haensl" | ||
] | ||
}, | ||
"engines": { | ||
@@ -41,13 +59,15 @@ "node": ">=8.3.0" | ||
"dependencies": { | ||
"embed-json": "^1.1.5", | ||
"embed-json": "^1.2.0", | ||
"plugin-error": "^1.0.1", | ||
"through2": "^2.0.5" | ||
"through2": "^4.0.2" | ||
}, | ||
"devDependencies": { | ||
"@haensl/eslint-config": "^1.3.0", | ||
"chai": "^4.2.0", | ||
"eslint": "^6.7.2", | ||
"eslint": "^7.19.0", | ||
"gulp": "^4.0.2", | ||
"husky": "^3.1.0", | ||
"mocha": "^6.2.2" | ||
"husky": "^4.3.8", | ||
"mocha": "^8.2.1", | ||
"mocha-junit-reporter": "^2.0.0" | ||
} | ||
} |
@@ -8,3 +8,3 @@ # gulp-embed-json | ||
[![npm version](https://badge.fury.io/js/gulp-embed-json.svg)](http://badge.fury.io/js/gulp-embed-json) | ||
[![Build Status](https://travis-ci.org/haensl/gulp-embed-json.svg?branch=master)](https://travis-ci.org/haensl/gulp-embed-json) | ||
[![CircleCI](https://circleci.com/gh/haensl/gulp-embed-json.svg?style=svg)](https://circleci.com/gh/haensl/gulp-embed-json) | ||
@@ -11,0 +11,0 @@ ## Installation |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
13002
6
0
7
48
+ Addedreadable-stream@3.6.2(transitive)
+ Addedsafe-buffer@5.2.1(transitive)
+ Addedstring_decoder@1.3.0(transitive)
+ Addedthrough2@4.0.2(transitive)
- Removedcore-util-is@1.0.3(transitive)
- Removedisarray@1.0.0(transitive)
- Removedprocess-nextick-args@2.0.1(transitive)
- Removedreadable-stream@2.3.8(transitive)
- Removedsafe-buffer@5.1.2(transitive)
- Removedstring_decoder@1.1.1(transitive)
- Removedthrough2@2.0.5(transitive)
- Removedxtend@4.0.2(transitive)
Updatedembed-json@^1.2.0
Updatedthrough2@^4.0.2