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

@smartface/contx

Package Overview
Dependencies
Maintainers
7
Versions
121
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smartface/contx - npm Package Compare versions

Comparing version 1.0.0-rc.11 to 1.0.0-rc.12

2

lib/core/Context.js

@@ -156,3 +156,3 @@ (function (global, factory) {

e.message = "An Error is occurred When action [" + action.type + "] run on target [" + target + "]. " + e.message;
throw new Error(e);
(0, _raiseErrorMaybe2.default)(e, _this.actors.collection[target].onError);
}

@@ -159,0 +159,0 @@ };

@@ -42,6 +42,2 @@ (function (global, factory) {

superOnShow(params);
this.dispatch && this.dispatch({
type: "onShowUpdate"
});
}

@@ -48,0 +44,0 @@ }

@@ -38,2 +38,3 @@ (function (global, factory) {

page.onHide = (0, _patchMethod2.default)(page, "onHide", onHide);
page.didComponentEnter = (0, _patchMethod2.default)(page, "didComponentEnter", didComponentEnter);

@@ -58,5 +59,5 @@ page.onOrientationChange = (0, _patchMethod2.default)(page, "onOrientationChange", onOrientationChange);

superOnShow && superOnShow(data);
this.dispatch && this.dispatch({
type: "onShowUpdate"
});
// this.dispatch && this.dispatch({
// type: "onShowUpdate"
// });

@@ -63,0 +64,0 @@ this.dispatch && this.dispatch({

{
"name": "@smartface/contx",
"version": "1.0.0-rc.11",
"version": "1.0.0-rc.12",
"description": "Context Manager",

@@ -5,0 +5,0 @@ "scripts": {

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