Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

terra-responsive-element

Package Overview
Dependencies
Maintainers
9
Versions
118
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

terra-responsive-element - npm Package Compare versions

Comparing version 5.28.0 to 5.29.0

5

CHANGELOG.md

@@ -5,2 +5,7 @@ # Changelog

## 5.29.0 - (March 2, 2021)
* Changed
* Minor dependency version bump
## 5.28.0 - (January 5, 2021)

@@ -7,0 +12,0 @@

2

lib/ResponsiveElement.js

@@ -40,3 +40,3 @@ "use strict";

function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Date.prototype.toString.call(Reflect.construct(Date, [], function () {})); return true; } catch (e) { return false; } }
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }

@@ -43,0 +43,0 @@ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }

@@ -32,3 +32,3 @@ "use strict";

function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Date.prototype.toString.call(Reflect.construct(Date, [], function () {})); return true; } catch (e) { return false; } }
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }

@@ -35,0 +35,0 @@ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }

{
"name": "terra-responsive-element",
"main": "lib/ResponsiveElement.js",
"version": "5.28.0",
"version": "5.29.0",
"description": "The terra-responsive-element conditionally renders components based on viewport size",

@@ -29,3 +29,3 @@ "repository": {

"dependencies": {
"@cerner/terra-docs": "^1.1.0",
"@cerner/terra-docs": "^1.2.0",
"classnames": "^2.2.5",

@@ -49,3 +49,3 @@ "prop-types": "^15.5.8",

},
"gitHead": "ded4e20a75b7e1fc40d9298b6d619fdea043815f"
"gitHead": "31a55a132a87238b1ca4616fdc4e3e16d80290bd"
}
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