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

rosma

Package Overview
Dependencies
Maintainers
0
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rosma - npm Package Compare versions

Comparing version 1.6.0 to 1.6.1

6

index.js

@@ -224,7 +224,3 @@ import { useState, useRef, useEffect, memo } from 'react';

useEffect(() => {
const {
selector,
observer
} = ref.current;
return observer.subscribe('*', state => setState(selector(state)));
return ref.current.observer.subscribe('*', state => setState(ref.current.selector(state)));
}, []);

@@ -231,0 +227,0 @@ return state;

2

package.json
{
"name": "rosma",
"version": "1.6.0",
"version": "1.6.1",
"repository": {

@@ -5,0 +5,0 @@ "type": "git",

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