New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

okam-core

Package Overview
Dependencies
Maintainers
3
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

okam-core - npm Package Compare versions

Comparing version 0.5.0-alpha.0 to 0.5.1-alpha.0

src/extend/behavior/override.js

4

package.json
{
"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 @@

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