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.8 to 1.0.9

22

index.js
/* Automatically generated by './build/bin/build-entry.js' */
export const Introduce = require('./packages/introduce').default;
export const Test = require('./packages/test').default;
export const totalComponents = {
Introduce,
Test
};
// export const Introduce = require('./packages/introduce').default;
// export const Test = require('./packages/test').default;
// export const totalComponents = {
// Introduce,
// Test
// };
import packages from "./packages";
// export const totalComponents = { ...packages }
export default {

@@ -17,7 +20,8 @@ install: (Vue) => {

});
for (const i in totalComponents) {
totalComponents[i].install(Vue);
for (const i in packages) {
packages[i].install(Vue);
}
}
},
...packages
};
{
"name": "fhrons-mobile",
"version": "1.0.8",
"version": "1.0.9",
"description": "",

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

import Test from './test'
import Introduce from './introduce'
export default { Test, Introduce }
import AreaMobile from './areaMobile'
export default { Test, Introduce, AreaMobile }
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