Socket
Socket
Sign inDemoInstall

asset-hash

Package Overview
Dependencies
39
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.2 to 4.0.3

2

lib/index.cjs.js

@@ -1,2 +0,2 @@

/*! asset-hash v4.0.2 by Sebastian Werner <s.werner@sebastian-software.de> */
/*! asset-hash v4.0.3 by Sebastian Werner <s.werner@sebastian-software.de> */
'use strict';

@@ -3,0 +3,0 @@

@@ -1,2 +0,2 @@

/*! asset-hash v4.0.2 by Sebastian Werner <s.werner@sebastian-software.de> */
/*! asset-hash v4.0.3 by Sebastian Werner <s.werner@sebastian-software.de> */
import _Promise from '@babel/runtime-corejs3/core-js-stable/promise';

@@ -3,0 +3,0 @@ import { createReadStream } from 'fs';

{
"name": "asset-hash",
"version": "4.0.2",
"version": "4.0.3",
"description": "Very fast asset hashing function for using e.g. during front-end deployments.",

@@ -5,0 +5,0 @@ "main": "lib/index.cjs.js",

@@ -5,3 +5,3 @@ # _Asset Hash_

<br/>
[![Downloads][npm-downloads-img]][npm] [![Build Status Unix][github-img]][github] [![Build Status Windows][appveyor-img]][appveyor]
[![Downloads][npm-downloads-img]][npm] [![Build Status][github-img]][github]

@@ -14,4 +14,3 @@ _Asset Hash_ is a quick wrapper around hashing libraries for efficient and fast hashing of asset files like images, web fonts, etc. By default it uses the cross-platform performance-optimized [XXHash-WASM](https://github.com/jungomi/xxhash-wasm) and a _Base52_ encoding (`[a-zA-Z]`) which works well for file names and urls and has a larger dictionary than when using traditional hex.

[npm]: https://www.npmjs.com/package/asset-hash
[github]: https://github-ci.org/sebastian-software/asset-hash
[appveyor]: https://ci.appveyor.com/project/swernerx/asset-hash/branch/master
[github]: https://github.com/sebastian-software/asset-hash/actions
[sponsor-img]: https://badgen.net/badge/Sponsored%20by/Sebastian%20Software/c41e54

@@ -22,4 +21,3 @@ [apple-img]: https://badgen.net/badge/M1/Ready/cyan?icon=apple

[npm-version-img]: https://badgen.net/npm/v/asset-hash
[github-img]: https://badgen.net/github/status/sebastian-software/asset-hash?label=unix%20build&icon=github
[appveyor-img]: https://badgen.net/appveyor/ci/swernerx/asset-hash?label=windows%20build&icon=windows
[github-img]: https://badgen.net/github/status/sebastian-software/asset-hash?label=tests&icon=github

@@ -26,0 +24,0 @@ <!-- START doctoc generated TOC please keep comment here to allow auto update -->

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc