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.1 to 1.0.2

src/http.js

4

index.js

@@ -1,6 +0,6 @@

import Request from './src/request'
import Request from './src/http'
let instance = null
export default class Utils {
constructor ({routes, apis}) {
constructor ({apis}) {
if (!instance) {

@@ -7,0 +7,0 @@ Vue.use(new Request(apis))

{
"name": "hyapp-utils",
"version": "1.0.1",
"version": "1.0.2",
"description": "'hyapp utils'",

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

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