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

react-stick

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-stick - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

demo/src/regressions/StyledWithDataAttributes.js

2

demo/src/regressions/Regressions.js

@@ -8,2 +8,3 @@ import React from 'react'

import StickInSvg from './StickInSvg'
import StyledWithDataAttributes from './StyledWithDataAttributes'

@@ -20,4 +21,5 @@ export default function Regressions() {

<StickInSvg />
<StyledWithDataAttributes />
</div>
)
}

3

lib/Stick.js

@@ -150,3 +150,4 @@ 'use strict';

var _style = style('nodeWrapper'),
wrapperStyle = _style.style,
_style$style = _style.style,
wrapperStyle = _style$style === undefined ? {} : _style$style,
wrapperStylingProps = _objectWithoutProperties(_style, ['style']);

@@ -153,0 +154,0 @@

{
"name": "react-stick",
"version": "2.1.0",
"version": "2.1.1",
"description": "React component to stick a portaled node to an anchor node",

@@ -10,2 +10,3 @@ "main": "lib/index.js",

"license": "MIT",
"sideEffects": false,
"scripts": {

@@ -44,2 +45,3 @@ "build": "nwb build-react-component --no-demo",

"gh-pages": "^1.1.0",
"glamor": "^2.20.40",
"inferno": "^3.10.1",

@@ -51,3 +53,4 @@ "nwb": "^0.21.2",

"semantic-release": "^12.2.5",
"semantic-release-github-pr": "^3.1.2"
"semantic-release-github-pr": "^3.1.2",
"substyle-glamor": "^1.0.5"
},

@@ -54,0 +57,0 @@ "peerDependencies": {

@@ -94,3 +94,3 @@ // @flow

const SpecificStick = inline ? StickInline : StickPortal
const { style: wrapperStyle, ...wrapperStylingProps } = style('nodeWrapper')
const { style: wrapperStyle = {}, ...wrapperStylingProps } = style('nodeWrapper')
return (

@@ -97,0 +97,0 @@ <SpecificStick

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