Socket
Socket
Sign inDemoInstall

rax-text

Package Overview
Dependencies
Maintainers
6
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rax-text - npm Package Compare versions

Comparing version 1.0.0-miniapp.beta.1 to 1.0.0-miniapp.beta.2

12

lib/miniapp/index.js

@@ -0,1 +1,3 @@

import fmtEvent from '../_util/fmtEvent';
Component({

@@ -6,6 +8,12 @@ data: {},

style: "",
numberOfLines: 0
numberOfLines: 0,
onClick: function onClick() {}
},
didMount: function didMount() {},
methods: {}
methods: {
onClick: function onClick(e) {
var event = fmtEvent(this.props, e);
this.props.onClick(event);
}
}
});

2

package.json
{
"name": "rax-text",
"version": "1.0.0-miniapp.beta.1",
"version": "1.0.0-miniapp.beta.2",
"description": "Text component for Rax.",

@@ -5,0 +5,0 @@ "license": "BSD-3-Clause",

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