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.5 to 0.0.6

2

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

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

@@ -12,2 +12,8 @@ export default abstract class MistBase {

this.config = config;
// default callbacks
this.onStart = () => null;
this.onProgress = () => null;
this.onSuccess = () => null;
this.onError = () => null;
}

@@ -14,0 +20,0 @@

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