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

fingerprint-brunch

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fingerprint-brunch - npm Package Compare versions

Comparing version 1.2.8 to 2.0.0

.babelrc

19

package.json
{
"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

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