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

@instructure/ui-decorator

Package Overview
Dependencies
Maintainers
33
Versions
1606
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instructure/ui-decorator - npm Package Compare versions

Comparing version 5.41.0-rc.12 to 5.41.0-rc.13

4

CHANGELOG.md

@@ -6,4 +6,4 @@ # Change Log

<a name="5.41.0-rc.12"></a>
# [5.41.0-rc.12](https://github.com/instructure/instructure-ui/compare/v5.40.0...v5.41.0-rc.12) (2019-01-22)
<a name="5.41.0-rc.13"></a>
# [5.41.0-rc.13](https://github.com/instructure/instructure-ui/compare/v5.40.0...v5.41.0-rc.13) (2019-01-25)

@@ -10,0 +10,0 @@ **Note:** Version bump only for package @instructure/ui-decorator

@@ -37,3 +37,3 @@ /*

return function () {
for (var _len = arguments.length, args = Array(_len), _key = 0; _key < _len; _key++) {
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
args[_key] = arguments[_key];

@@ -45,3 +45,3 @@ }

var displayName = ComposedComponent.displayName || ComposedComponent.name;
var DecoratedComponent = decorate.apply(undefined, [ComposedComponent].concat(args));
var DecoratedComponent = decorate.apply(void 0, [ComposedComponent].concat(args));
DecoratedComponent.displayName = displayName;

@@ -48,0 +48,0 @@ return DecoratedComponent;

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

'use strict';
"use strict";

@@ -7,2 +7,3 @@ Object.defineProperty(exports, "__esModule", {

exports.default = decorator;
/*

@@ -44,3 +45,3 @@ * The MIT License (MIT)

return function () {
for (var _len = arguments.length, args = Array(_len), _key = 0; _key < _len; _key++) {
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
args[_key] = arguments[_key];

@@ -52,3 +53,3 @@ }

var displayName = ComposedComponent.displayName || ComposedComponent.name;
var DecoratedComponent = decorate.apply(undefined, [ComposedComponent].concat(args));
var DecoratedComponent = decorate.apply(void 0, [ComposedComponent].concat(args));
DecoratedComponent.displayName = displayName;

@@ -55,0 +56,0 @@ return DecoratedComponent;

@@ -1,36 +0,15 @@

'use strict';
"use strict";
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = undefined;
Object.defineProperty(exports, "default", {
enumerable: true,
get: function get() {
return _decorator.default;
}
});
var _decorator = require('./decorator');
var _decorator2 = _interopRequireDefault(_decorator);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
exports.default = _decorator2.default; /*
* The MIT License (MIT)
*
* Copyright (c) 2015 - present Instructure, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in all
* copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
var _decorator = _interopRequireDefault(require("./decorator"));
{
"name": "@instructure/ui-decorator",
"version": "5.41.0-rc.12",
"version": "5.41.0-rc.13",
"description": "A utility to wrap (decorates) a React component class adding functionality.",

@@ -24,8 +24,11 @@ "author": "Instructure, Inc. Engineering and Product Design",

"devDependencies": {
"@instructure/ui-babel-preset": "^5.41.0-rc.12"
"@instructure/ui-babel-preset": "^5.41.0-rc.13"
},
"dependencies": {
"@babel/runtime": "^7"
},
"publishConfig": {
"access": "public"
},
"gitHead": "ef0a38f7dfea9d40129ce30dd68c99ce06d15fc6"
"gitHead": "f8637e1c8ec55c1ec6d55dbbb30e143137a0c310"
}

@@ -24,2 +24,3 @@ /*

*/
export default from './decorator'
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