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

react-downscreen

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-downscreen - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

3

dist-node/index.js

@@ -660,4 +660,5 @@ 'use strict';

setState(s => _objectSpread({}, s, {
isOpen: false,
selectedIndex: index,
isOpen: false
highlightedIndex: null
}));

@@ -664,0 +665,0 @@ }, [index]);

@@ -45,4 +45,5 @@ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }

setState(s => ({ ...s,
isOpen: false,
selectedIndex: index,
isOpen: false
highlightedIndex: null
}));

@@ -49,0 +50,0 @@ }, [index]);

@@ -655,4 +655,5 @@ import * as React from 'react';

setState(s => _objectSpread({}, s, {
isOpen: false,
selectedIndex: index,
isOpen: false
highlightedIndex: null
}));

@@ -659,0 +660,0 @@ }, [index]);

{
"name": "react-downscreen",
"description": "React Downscreen ⛹️",
"version": "0.1.1",
"version": "0.1.2",
"license": "MIT",

@@ -6,0 +6,0 @@ "files": [

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