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

dice-mist

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dice-mist - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

dist/6edef7c608cce59224c0.worker.js.map

6

dist/src/MistThreaded.d.ts

@@ -1,7 +0,1 @@

declare module 'worker-loader*' {
class WebpackWorker extends Worker {
constructor();
}
export = WebpackWorker;
}
import MistBase from './MistBase';

@@ -8,0 +2,0 @@ export default class MistThreaded extends MistBase {

2

package.json
{
"name": "dice-mist",
"version": "0.0.3",
"version": "0.0.4",
"description": "A wrapper for the evaporate library allowing use in a web worker.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -34,4 +34,9 @@ # Dice Mist

### Web Worker Crypto Functions
For ease of instantiation the web work implementation does not accept MD5 or SHA256 functions from the config.
These are set to [js-spark-md5](https://github.com/satazor/js-spark-md5) and [js-sha256](https://github.com/emn178/js-sha256).
## How It Works
![Sequence Diagram](https://raw.githubusercontent.com/DiceTechnology/dice-mist/master/docs/sequence.png "Upload Sequence Diagram")

Sorry, the diff of this file is too big to display

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