Socket
Socket
Sign inDemoInstall

orderiom-api-package

Package Overview
Dependencies
2
Maintainers
1
Versions
154
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.14 to 0.4.15

2

index.d.ts

@@ -6,3 +6,5 @@ export const enMsg: Object;

export const $http: Object;
export const weekdays: string[];
export interface AuthState<SignedIn extends boolean> {

@@ -9,0 +11,0 @@ publicToken: string | null,

3

index.js
import apiStore from './src';
import enMsg from "./src/messages/en-api.json";
import deMsg from "./src/messages/de-api.json";
import {$http, deliveryCodeToName, weekdays} from './src/common';
import {$http, weekdays} from './src/common';

@@ -17,3 +17,2 @@ function install(Vue, options = {}, config = {}) {

weekdays,
deliveryCodeToName
}
{
"name": "orderiom-api-package",
"version": "0.4.14",
"version": "0.4.15",
"description": "This package will install all necessary API calls for every orderiom restaurant",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc