New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

clean-state

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clean-state - npm Package Compare versions

Comparing version 2.1.5 to 2.2.0

2

index.d.ts

@@ -12,3 +12,3 @@ export interface Module {

};
DISPATCH_TYPE: symbol;
DISPATCH_TYPE: string;
addPlugin: (plugin: any) => void;

@@ -15,0 +15,0 @@ }

import { useEffect, useCallback, useState } from 'react';
import EventEmitter from 'eventemitter3';
import Container from './container';
var DISPATCH_TYPE = Symbol('CS_DISPATCH');
var DISPATCH_TYPE = 'CS_DISPATCH_TYPE';
var plugins = [];

@@ -6,0 +6,0 @@ var bootstrap = function (modules) {

{
"name": "clean-state",
"version": "2.1.5",
"version": "2.2.0",
"description": "",

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

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