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

@invisionag/iris-react-accordion

Package Overview
Dependencies
Maintainers
23
Versions
166
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@invisionag/iris-react-accordion - npm Package Compare versions

Comparing version 3.3.2 to 3.4.0

17

dist/index.js

@@ -85,3 +85,3 @@ module.exports =

/******/ // Load entry module and return exports
/******/ return __webpack_require__(__webpack_require__.s = 3);
/******/ return __webpack_require__(__webpack_require__.s = 4);
/******/ })

@@ -109,2 +109,8 @@ /************************************************************************/

/* 3 */
/***/ (function(module, exports) {
module.exports = require("@invisionag/iris-generic");
/***/ }),
/* 4 */
/***/ (function(module, __webpack_exports__, __webpack_require__) {

@@ -123,2 +129,5 @@

// EXTERNAL MODULE: external "@invisionag/iris-generic"
var iris_generic_ = __webpack_require__(3);
// EXTERNAL MODULE: external "styled-components"

@@ -198,2 +207,3 @@ var external_styled_components_ = __webpack_require__(1);

var src_Accordion =

@@ -315,2 +325,7 @@ /*#__PURE__*/

_createClass(Accordion, [{
key: "componentDidMount",
value: function componentDidMount() {
Object(iris_generic_["showDeprecationMessage"])('@invisionag/iris-react-accordion');
}
}, {
key: "componentDidUpdate",

@@ -317,0 +332,0 @@ value: function componentDidUpdate() {

7

package.json
{
"name": "@invisionag/iris-react-accordion",
"version": "3.3.2",
"version": "3.4.0",
"main": "dist/index.js",

@@ -8,2 +8,3 @@ "license": "MIT",

"dependencies": {
"@invisionag/iris-generic": "^4.4.2",
"classnames": "^2.2.6"

@@ -15,5 +16,5 @@ },

"devDependencies": {
"@invisionag/iris-react-checkbox": "^4.3.2"
"@invisionag/iris-react-checkbox": "^4.3.3"
},
"gitHead": "e28eeadabff0423977ea9e650cf5b67afd4c1b26"
"gitHead": "5e248974477ad1f24756dfd7aa49c0af43442c2f"
}
// @flow
import React from 'react';
import classnames from 'classnames';
import { showDeprecationMessage } from '@invisionag/iris-generic';
import {

@@ -54,2 +55,6 @@ animationDuration,

componentDidMount() {
showDeprecationMessage('@invisionag/iris-react-accordion');
}
componentDidUpdate() {

@@ -56,0 +61,0 @@ const { open } = this.props;

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