New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@immomio/api-library

Package Overview
Dependencies
Maintainers
2
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@immomio/api-library - npm Package Compare versions

Comparing version

to
1.1.2

3

lib/main.d.ts

@@ -0,3 +1,4 @@

import * as api from './api';
import * as appointments from './appointments';
import * as utils from './utils';
export { appointments, utils };
export { api, appointments, utils };
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const api = require("./api");
exports.api = api;
const appointments = require("./appointments");

@@ -4,0 +6,0 @@ exports.appointments = appointments;

{
"name": "@immomio/api-library",
"version": "1.1.1",
"version": "1.1.2",
"description": "Immomio library to access the immomio-API",

@@ -5,0 +5,0 @@ "engineStrict": true,

import * as api from './api'
import * as appointments from './appointments'

@@ -6,4 +7,5 @@ import * as utils from './utils'

export {
api,
appointments,
utils,
}

Sorry, the diff of this file is not supported yet