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

hyapp-utils

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hyapp-utils - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

4

index.js

@@ -1,2 +0,2 @@

import tool from './src/tools'
import Tools from './src/tools'
import Http from './src/http'

@@ -15,5 +15,5 @@

export default {
tool,
Tools,
Utils
}
{
"name": "hyapp-utils",
"version": "1.0.6",
"version": "1.0.7",
"description": "'hyapp utils'",

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

@@ -7,5 +7,5 @@ import isNaN from 'lodash/isNaN'

const tools = Object.create(null)
const Tools = Object.create(null)
tools.install = (Vue, options) => {
Tools.install = (Vue) => {
Vue.prototype.$tools = {

@@ -73,2 +73,2 @@ /**

}
export default tools
export default Tools
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