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

motx

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

motx - npm Package Compare versions

Comparing version 3.1.2 to 3.1.3

2

dist/motx-vue.js

@@ -10,3 +10,2 @@ "use strict";

return function (target, property) {
console.log(arguments);
target.$MotxState = target.$MotxState || {};

@@ -46,3 +45,2 @@ target.$MotxState[property] = stateName;

var motxOpts = this.$data.$MotxState;
console.log(motxOpts, this);
if (motxOpts) {

@@ -49,0 +47,0 @@ for (var x in motxOpts) {

4

package.json
{
"name": "motx",
"version": "3.1.2",
"version": "3.1.3",
"description": "A lightweight application state transfer and storage tool based on the mediator pattern and provides efficient solutions to communication problems between multiple processes or closed modules",

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

"test-dev": "mocha test/*.spec.js --recursive --inspect --watch --full-trace --bail --async-only --timeout 1000",
"pub": "npm publish --registry=registry.npmjs.org"
"pub": "npm publish --registry=https://registry.npmjs.org"
},

@@ -18,0 +18,0 @@ "repository": {

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