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

fhrons-mobile

Package Overview
Dependencies
Maintainers
1
Versions
145
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fhrons-mobile - npm Package Compare versions

Comparing version 1.0.16 to 1.0.17

packages/uploadFile/vanUpload.js

5

index.js

@@ -8,2 +8,4 @@ /* Automatically generated by './build/bin/build-entry.js' */

export const UploadFile = require('./packages/uploadFile').default
export const VanUploadFile = require('./packages/uploadFile/vanUpload').default
const totalComponents = {

@@ -14,3 +16,4 @@ Introduce,

Verify,
UploadFile
UploadFile,
VanUploadFile
};

@@ -17,0 +20,0 @@ export default {

2

package.json
{
"name": "fhrons-mobile",
"version": "1.0.16",
"version": "1.0.17",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

import UploadFile from './index.vue';
import VanUploadFile from './VanUploadFile'
UploadFile.install = (Vue) => {
Vue.component(UploadFile.name, UploadFile);
Vue.component(VanUploadFile.name, VanUploadFile)
};
export default UploadFile;

Sorry, the diff of this file is not supported yet

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