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

repatch

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

repatch - npm Package Compare versions

Comparing version 0.0.12 to 0.0.13

2

package.json
{
"name": "repatch",
"version": "0.0.12",
"version": "0.0.13",
"description": "Dispatch reducers",

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

@@ -159,3 +159,3 @@ # Repatch

import * as assert from 'assert';
import changeName from './actions';
import { changeName } from './actions';

@@ -176,2 +176,3 @@ // ...

import * as assert from 'assert';
import { fetchUsers } from './actions';

@@ -178,0 +179,0 @@ const mockUsers = [{ username: 'john' }];

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