fingerprint-brunch
Advanced tools
Comparing version 1.2.8 to 2.0.0
{ | ||
"name": "fingerprint-brunch", | ||
"version": "1.2.8", | ||
"description": "A Brunch plugin for cache busting assets", | ||
"version": "2.0.0", | ||
"description": "A Brunch JS plugin for cache busting assets", | ||
"author": "David Lepaux <d.lepaux@gmail.com>", | ||
@@ -12,5 +12,7 @@ "keywords": [ | ||
], | ||
"main": "./src/index", | ||
"main": "./src/index.js", | ||
"scripts": { | ||
"test": "node_modules/.bin/mocha --compilers coffee:coffee-script/register" | ||
"test": "nyc --reporter=text-lcov node_modules/.bin/mocha --compilers js:babel-core/register", | ||
"coverage": "nyc npm test && nyc report --reporter=text-lcov | coveralls", | ||
"coveralls": "cat ./coverage/lcov.info | coveralls" | ||
}, | ||
@@ -22,8 +24,13 @@ "repository": { | ||
"devDependencies": { | ||
"coffee-script": "~1.9.0", | ||
"babel-core": "^6.1.2", | ||
"babel-plugin-transform-object-assign": "^6.22.0", | ||
"babel-preset-es2015": "^6.1.2", | ||
"chai": "~1.10.0", | ||
"coveralls": "^2.13.1", | ||
"crypto-js": "^3.1.9-1", | ||
"fs-extra": "~0.16.3", | ||
"mocha": "~2.1.0", | ||
"fs-extra": "~0.16.3" | ||
"nyc": "^11.2.1" | ||
}, | ||
"license": "MIT" | ||
} |
@@ -1,7 +0,7 @@ | ||
# fingerprint-brunch [![Build Status][travis-badge]][travis] [![Join the chat at https://gitter.im/dlepaux/fingerprint-brunch](https://badges.gitter.im/dlepaux/fingerprint-brunch.svg)](https://gitter.im/dlepaux/fingerprint-brunch?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) | ||
# fingerprint-brunch [![Greenkeeper badge](https://badges.greenkeeper.io/dlepaux/fingerprint-brunch.svg)](https://greenkeeper.io/) [![Build Status][travis-badge]][travis] [![Coverage Status](https://coveralls.io/repos/github/dlepaux/fingerprint-brunch/badge.svg?branch=master)](https://coveralls.io/github/dlepaux/fingerprint-brunch?branch=master) [![Join the chat at https://gitter.im/dlepaux/fingerprint-brunch](https://badges.gitter.im/dlepaux/fingerprint-brunch.svg)](https://gitter.im/dlepaux/fingerprint-brunch?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) | ||
A [Brunch][] plugin witch rename assets with a SHA for fingerprinted it. | ||
Stable version are : [v1.0.11][] and [v1.2.5][] | ||
- [Installation](#installation) | ||
@@ -152,10 +152,3 @@ - [Usage](#usage) | ||
### verbose | ||
Type: `Boolean` | ||
Default: `false` | ||
Return more info on compile | ||
## <a name="testing"></a> Testing / Issues | ||
@@ -165,5 +158,3 @@ | ||
Know Issue on Windows : the fingerprint (hash) of `sample.css`is differents cause the sha1 lib isn't same. | ||
## <a name="contributing"></a> Contributing | ||
@@ -176,3 +167,3 @@ | ||
« Copyright © | ||
« Copyright © David Lepaux | ||
@@ -188,3 +179,1 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: | ||
[travis-badge]: https://img.shields.io/travis/dlepaux/fingerprint-brunch.svg?style=flat | ||
[v1.0.11]: https://github.com/dlepaux/fingerprint-brunch/releases/tag/v1.0.11 | ||
[v1.2.5]: https://github.com/dlepaux/fingerprint-brunch/releases/tag/v1.2.5 |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
297
1
19093
9
7
176
1