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

@tarojs/runtime

Package Overview
Dependencies
Maintainers
2
Versions
650
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tarojs/runtime - npm Package Compare versions

Comparing version 3.0.0-experimental.4 to 3.0.0-experimental.5

5

dist/index.js

@@ -158,3 +158,3 @@ 'use strict';

}
if (key === 'type') {
else if (key === 'type') {
continue;

@@ -1501,5 +1501,6 @@ }

return function (component) {
var _a;
// eslint-disable-next-line dot-notation
var isReactComponent = isFunction(component['render']) ||
!!component.prototype.isReactComponent ||
!!((_a = component.prototype) === null || _a === void 0 ? void 0 : _a.isReactComponent) ||
component.prototype instanceof R.Component; // compat for some others react-like library

@@ -1506,0 +1507,0 @@ var inject = function (node) { return node && injectPageInstance(node, id); };

@@ -155,3 +155,3 @@ function isString(o) {

}
if (key === 'type') {
else if (key === 'type') {
continue;

@@ -1413,5 +1413,6 @@ }

return (component) => {
var _a;
// eslint-disable-next-line dot-notation
const isReactComponent = isFunction(component['render']) ||
!!component.prototype.isReactComponent ||
!!((_a = component.prototype) === null || _a === void 0 ? void 0 : _a.isReactComponent) ||
component.prototype instanceof R.Component; // compat for some others react-like library

@@ -1418,0 +1419,0 @@ const inject = (node) => node && injectPageInstance(node, id);

4

package.json
{
"name": "@tarojs/runtime",
"version": "3.0.0-experimental.4",
"version": "3.0.0-experimental.5",
"description": "taro runtime for mini apps.",

@@ -21,3 +21,3 @@ "main": "dist/index.js",

},
"gitHead": "8b31dc9edc33016c32f0355e3759e7e88ee20c4a"
"gitHead": "e5428430c09acc1e34337447c2ddfee67139f62b"
}

Sorry, the diff of this file is not supported yet

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