Comparing version 0.5.0-alpha.0 to 0.5.1-alpha.0
{ | ||
"name": "okam-core", | ||
"version": "0.5.0-alpha.0", | ||
"version": "0.5.1-alpha.0", | ||
"description": "The extension for small program framework", | ||
@@ -41,3 +41,3 @@ "main": "src/index.js", | ||
}, | ||
"gitHead": "0454300b8d00bc0a03c674dd7f55ac7de38844bd" | ||
"gitHead": "9a09f89ca8f10ce5faca5cc07f6b2cf9d9da103e" | ||
} |
@@ -47,2 +47,8 @@ /** | ||
} | ||
/* global swan */ | ||
// override the OnInit function | ||
if (k === 'onInit' && typeof parent === 'function' && swan) { | ||
const {overrideOninitFunc} = require('./override'); | ||
parent = overrideOninitFunc(parent); | ||
} | ||
@@ -49,0 +55,0 @@ if (!Array.isArray(parent)) { |
@@ -13,3 +13,2 @@ /** | ||
const rawCreated = observable.created; | ||
delete observable.created; | ||
@@ -16,0 +15,0 @@ export default { |
@@ -13,3 +13,2 @@ /** | ||
const rawCreated = redux.component.created; | ||
delete redux.component.created; | ||
@@ -16,0 +15,0 @@ export default { |
@@ -23,2 +23,5 @@ /** | ||
this.$isPage = true; | ||
if (this.$isDefineThisProp) { | ||
return; | ||
} | ||
this.$query = query; | ||
@@ -25,0 +28,0 @@ |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
255744
129
8559
1