Comparing version 2.0.0 to 2.0.1
@@ -0,5 +1,10 @@ | ||
<a name="2.0.1"></a> | ||
## [2.0.1](https://github.com/GreenGremlin/karma-gzip/compare/v2.0.0...v2.0.1) (2018-08-31) | ||
<a name="2.0.0"></a> | ||
# [2.0.0](https://github.com/GreenGremlin/karma-gzip/compare/1.2.0...2.0.0) (2018-08-30) | ||
# [2.0.0](https://github.com/GreenGremlin/karma-gzip/compare/1.2.0...2.0.0) (2018-08-31) | ||
@@ -6,11 +6,6 @@ const loadGruntTasks = require('load-grunt-tasks'); | ||
pkgFile: 'package.json', | ||
'npm-contributors': { | ||
options: { | ||
commitMessage: 'chore: update contributors', | ||
}, | ||
}, | ||
bump: { | ||
options: { | ||
commitMessage: 'chore: release v%VERSION%', | ||
pushTo: 'upstream', | ||
commitMessage: 'Release v%VERSION%', | ||
pushTo: 'origin', | ||
commitFiles: [ | ||
@@ -34,4 +29,3 @@ 'package.json', | ||
target: [ | ||
'index.js', | ||
'gruntfile.js', | ||
'.', | ||
], | ||
@@ -47,9 +41,8 @@ }, | ||
grunt.task.run([ | ||
'npm-contributors', | ||
`bump-only:${(type || 'patch')}`, | ||
'conventionalChangelog', | ||
'bump-commit', | ||
// 'npm-publish', | ||
'npm-publish', | ||
]); | ||
}); | ||
}; |
@@ -62,3 +62,3 @@ const _compressedFiles = Object.create(null); | ||
return { | ||
urlRegex: new RegExp(gzippedFilePaths.map(relativePaths).join('|')), | ||
urlRegex: new RegExp(relativePaths.join('|')), | ||
handler: gzipResponseHandler, | ||
@@ -65,0 +65,0 @@ }; |
{ | ||
"name": "karma-gzip", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "A gzip preprocessor for Karma", | ||
@@ -19,4 +19,11 @@ "main": "lib/index.js", | ||
"contributors": [ | ||
"Jonathan Felchlin <jonathan@xgecko.com>", | ||
"Ilya Furman <ilya.furman@toptal.com>" | ||
{ | ||
"name": "Justin Morris", | ||
"email": "justin.morris@ferocia.com.au", | ||
"url": "http://ferocia.com.au" | ||
}, | ||
{ | ||
"name": "Ilya Furman", | ||
"email": "ilya.furman@toptal.com" | ||
} | ||
], | ||
@@ -30,4 +37,4 @@ "license": "MIT", | ||
], | ||
"engines": { | ||
"node": ">=4.8.7" | ||
"engines" : { | ||
"node" : ">=4.8.7" | ||
}, | ||
@@ -34,0 +41,0 @@ "devDependencies": { |
@@ -23,2 +23,3 @@ # karma-gzip [![NPM version](https://badge.fury.io/js/karma-gzip.svg)](http://badge.fury.io/js/karma-gzip) | ||
// serve gzipped files | ||
plugins: [ 'karma-gzip' ], | ||
frameworks: [ 'gzip' ], | ||
@@ -31,3 +32,3 @@ files: [ | ||
preprocessors: { | ||
// Only files marked for gzip preprocessing will be compressed. | ||
// Only files marked for gzip preprocessing will be compressed. | ||
'test/large_test_bundle.js': [ 'gzip' ], | ||
@@ -34,0 +35,0 @@ 'test/test_helper.coffee': [ 'coffee', 'gzip' ] |
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
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
9552
53
0
174