Socket
Socket
Sign inDemoInstall

reduxed-chrome-storage

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reduxed-chrome-storage - npm Package Compare versions

Comparing version 2.0.0 to 2.0.5

12

dist/index.d.ts
import { StoreCreator, StoreEnhancer, Reducer } from 'redux';
import { ExtendedStore } from './types/store';
import { ChromeNamespace, BrowserNamespace, StorageAreaName } from './types/apis';
declare enum Namespace {
chrome = "chrome",
browser = "browser"
}
import { ChromeNamespace, BrowserNamespace } from './types/apis';
export { ChromeNamespace, BrowserNamespace } from './types/apis';
/**

@@ -39,6 +36,6 @@ * ReduxedChromeStorage creator factory.

createStore: StoreCreator;
namespace?: Namespace;
namespace?: string;
chromeNs?: ChromeNamespace;
browserNs?: BrowserNamespace;
storageArea?: StorageAreaName;
storageArea?: string;
storageKey?: string;

@@ -50,2 +47,1 @@ bufferLife?: number;

};
export {};
/**
* @license
* ReduxedChromeStorage v2.0.0
* ReduxedChromeStorage v2.0.5
* https://github.com/hindmost/reduxed-chrome-storage

@@ -5,0 +5,0 @@ * Copyright (c) Savr Goryaev aka hindmost

/**
* @license
* ReduxedChromeStorage v2.0.0
* ReduxedChromeStorage v2.0.5
* https://github.com/hindmost/reduxed-chrome-storage

@@ -5,0 +5,0 @@ * Copyright (c) Savr Goryaev aka hindmost

/**
* @license
* ReduxedChromeStorage v2.0.0
* ReduxedChromeStorage v2.0.5
* https://github.com/hindmost/reduxed-chrome-storage

@@ -5,0 +5,0 @@ * Copyright (c) Savr Goryaev aka hindmost

{
"name": "reduxed-chrome-storage",
"version": "2.0.0",
"version": "2.0.5",
"description": "Redux interface to chrome.storage. Unified way to use Redux in all modern browser extensions. The only way to get Redux working in Manifest V3 Chrome extensions",

@@ -5,0 +5,0 @@ "license": "MIT",

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