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

@enact/core

Package Overview
Dependencies
Maintainers
1
Versions
218
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@enact/core - npm Package Compare versions

Comparing version 2.5.0 to 2.5.1

6

CHANGELOG.md

@@ -5,2 +5,8 @@ # Change Log

## [2.5.1] - 2019-04-09
### Fixed
- `core/kind` to address warnings raised in React 16.8.6
## [2.5.0] - 2019-04-01

@@ -7,0 +13,0 @@

6

kind/kind.js

@@ -208,3 +208,7 @@ "use strict";

return Component;
}(_react.default.Component), _class.displayName = name || 'Component', _class.propTypes = propTypes, _class.contextTypes = contextTypes, _class.contextType = contextType, _class.defaultProps = defaultProps, _temp); // Decorate the Component with the computed property object in DEV for easier testability
}(_react.default.Component), _class.displayName = name || 'Component', _temp);
if (propTypes) Component.propTypes = propTypes;
if (contextTypes) Component.contextTypes = contextTypes;
if (contextType) Component.contextType = contextType;
if (defaultProps) Component.defaultProps = defaultProps; // Decorate the Component with the computed property object in DEV for easier testability

@@ -211,0 +215,0 @@ if (process.env.NODE_ENV !== "production" && cfgComputed) Component.computed = cfgComputed;

2

package.json
{
"name": "@enact/core",
"version": "2.5.0",
"version": "2.5.1",
"description": "Enact is an open source JavaScript framework containing everything you need to create a fast, scalable mobile or web application.",

@@ -5,0 +5,0 @@ "main": "index.js",

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