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

@alexandragr/service-favorites

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alexandragr/service-favorites - npm Package Compare versions

Comparing version 0.0.1-beta.3 to 0.0.1-beta.4

2

lib/redux-module/index.d.ts

@@ -6,2 +6,2 @@ export * from './actions';

export * from './sagas';
export { default } from './reducer';
export { favoritesReducer } from './reducer';

@@ -6,2 +6,2 @@ export * from './actions';

export * from './sagas';
export { default } from './reducer';
export { favoritesReducer } from './reducer';
import { AnyAction } from 'redux';
import { FavoritesStorageType } from './types';
export declare const initialState: FavoritesStorageType;
declare const reducer: (state: FavoritesStorageType, { type, payload }: AnyAction) => FavoritesStorageType;
export default reducer;
export declare const favoritesReducer: (state: FavoritesStorageType, { type, payload }: AnyAction) => FavoritesStorageType;

@@ -16,3 +16,3 @@ var __assign = (this && this.__assign) || function () {

};
var reducer = function (state, _a) {
export var favoritesReducer = function (state, _a) {
if (state === void 0) { state = initialState; }

@@ -29,2 +29,1 @@ var type = _a.type, payload = _a.payload;

};
export default reducer;
{
"name": "@alexandragr/service-favorites",
"version": "0.0.1-beta.3",
"version": "0.0.1-beta.4",
"author": "mihanizm56",

@@ -5,0 +5,0 @@ "typings": "lib/index.d.ts",

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