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

rax-image

Package Overview
Dependencies
Maintainers
6
Versions
121
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rax-image - 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({

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

uri: ""
}
},
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-image",
"version": "1.0.0-miniapp.beta.1",
"version": "1.0.0-miniapp.beta.2",
"description": "Image 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