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

@housinganywhere/safe-redux

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@housinganywhere/safe-redux - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

dist/cmjs/index.js

2

package.json
{
"name": "@housinganywhere/safe-redux",
"version": "1.0.4",
"version": "1.0.5",
"description": "Create and handle safely typed actions",

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

# safe-redux :evergreen_tree:
[![npm version](https://badge.fury.io/js/%40gillchristian%2Fsafe-redux.svg)](https://badge.fury.io/js/%40gillchristian%2Fsafe-redux)
[![npm version](https://badge.fury.io/js/%40housinganywhere%2Fsafe-redux.svg)](https://badge.fury.io/js/%40housinganywhere%2Fsafe-redux)
[![CircleCI](https://circleci.com/gh/gillchristian/safe-redux.svg?style=svg)](https://circleci.com/gh/gillchristian/safe-redux)

@@ -18,5 +18,5 @@

```
yarn add @gillchristian/safe-redux
yarn add @housinganywhere/safe-redux
npm i @gillchristian/safe-redux
npm i @housinganywhere/safe-redux
```

@@ -31,3 +31,3 @@

import { ActionsUnion, createAction } from '@gillchristian/safe-redux';
import { ActionsUnion, createAction } from '@housinganywhere/safe-redux';

@@ -60,3 +60,3 @@ export const INC = '[counter] increment';

import { handleActions } from '@gillchristian/safe-redux';
import { handleActions } from '@housinganywhere/safe-redux';

@@ -63,0 +63,0 @@ import { User } from '../types';

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