0.2.4 • Published 9 years ago

panto-transformer-integrity v0.2.4

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
9 years ago

panto-transformer-integrity

NPM version Downloads Build Status Dependency status Dev Dependency status Coverage Status

Integrity transformer for panto.

panto.loadTransformer('integrity');

panto.pick('**/*.{css,js}').read().integrity({
    algorithm: 'sha256',
    ignoreError: true
});

options

  • algorithm: string, could be one of "sha256","sha384","sha512", depends on the openssl installed
  • ignoreError: boolean, if fail when error
0.2.4

9 years ago

0.2.3

9 years ago

0.2.2

9 years ago

0.2.1

9 years ago

0.2.0

9 years ago

0.1.0

9 years ago