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

karma-gzip

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

karma-gzip - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

7

CHANGELOG.md

@@ -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)

15

Gruntfile.js

@@ -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' ]

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