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

terra-popup

Package Overview
Dependencies
Maintainers
9
Versions
159
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

terra-popup - npm Package Compare versions

Comparing version 6.36.0 to 6.37.0

6

CHANGELOG.md

@@ -7,2 +7,8 @@ Changelog

6.37.0 - (July 14, 2020)
------------------
### Changed
* Minor file changes to comply with eslint rules
* Replace some empty text with aria-label to comply with eslint
6.36.0 - (June 16, 2020)

@@ -9,0 +15,0 @@ ------------------

5

lib/terra-dev-site/test/popup/ArrowHorizontalAttachmentsPopup.test.js

@@ -128,4 +128,5 @@ "use strict";

onClick: this.handleButtonClick,
ref: this.setButtonNode
}, '')), /*#__PURE__*/_react.default.createElement("p", null, "Choose Target Attachment:"), /*#__PURE__*/_react.default.createElement("button", {
ref: this.setButtonNode,
"aria-label": "alignment-button"
})), /*#__PURE__*/_react.default.createElement("p", null, "Choose Target Attachment:"), /*#__PURE__*/_react.default.createElement("button", {
type: "button",

@@ -132,0 +133,0 @@ id: "attach-Top",

12

package.json
{
"name": "terra-popup",
"main": "lib/Popup.js",
"version": "6.36.0",
"version": "6.37.0",
"description": "The Terra Popup is higher order component that launches terra-hookshot positioned content with the ability to display a dynamic arrow.",

@@ -36,9 +36,9 @@ "repository": {

"terra-content-container": "^3.0.0",
"terra-hookshot": "^5.27.0",
"terra-hookshot": "^5.28.0",
"terra-mixins": "^1.0.0",
"terra-theme-context": "^1.0.0"
"terra-theme-context": "^1.3.0"
},
"devDependencies": {
"terra-disclosure-manager": "^4.33.0",
"terra-modal-manager": "^6.36.0"
"terra-disclosure-manager": "^4.34.0",
"terra-modal-manager": "^6.37.0"
},

@@ -58,3 +58,3 @@ "scripts": {

},
"gitHead": "4880772b8b92bb05f99ef3f3084a8d1e4c389bdc"
"gitHead": "5bd4eb1dc37d7d30d88d557db7851c011776bd5c"
}

@@ -78,5 +78,4 @@ import React from 'react';

ref={this.setButtonNode}
>
{''}
</button>
aria-label="alignment-button"
/>
</div>

@@ -83,0 +82,0 @@ <p>Choose Target Attachment:</p>

@@ -0,1 +1,2 @@

/* eslint-disable react/jsx-curly-brace-presence */
import React from 'react';

@@ -2,0 +3,0 @@ import classNames from 'classnames/bind';

@@ -0,1 +1,2 @@

/* eslint-disable react/jsx-curly-brace-presence */
import React from 'react';

@@ -2,0 +3,0 @@ import classNames from 'classnames/bind';

@@ -0,1 +1,2 @@

/* eslint-disable react/jsx-curly-brace-presence */
import React from 'react';

@@ -2,0 +3,0 @@ import classNames from 'classnames/bind';

@@ -0,1 +1,2 @@

/* eslint-disable react/jsx-curly-brace-presence */
import React from 'react';

@@ -2,0 +3,0 @@ import classNames from 'classnames/bind';

@@ -0,1 +1,2 @@

/* eslint-disable react/jsx-curly-brace-presence */
import React from 'react';

@@ -2,0 +3,0 @@ import classNames from 'classnames/bind';

@@ -0,1 +1,2 @@

/* eslint-disable react/jsx-curly-brace-presence */
import React from 'react';

@@ -2,0 +3,0 @@ import classNames from 'classnames/bind';

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