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

loganmatic

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

loganmatic - npm Package Compare versions

Comparing version

to
1.1.6

3

dist/loganmatic.js

@@ -5,5 +5,4 @@ "use strict";

};
Object.defineProperty(exports, "__esModule", { value: true });
var Main_1 = __importDefault(require("./Main"));
var calculator = new Main_1.default();
exports.default = calculator;
module.exports = calculator;
{
"name": "loganmatic",
"version": "1.1.5",
"version": "1.1.6",
"description": "Math library with some functions to facilitate calculations",

@@ -5,0 +5,0 @@ "publisher": "Gabriel Logan",

@@ -7,3 +7,3 @@ # Math_Lib

<a href="https://www.buymeacoffee.com/gabriellogan" target="_blank">
<img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 50px !important;width: 180px !important;" >
<img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 40px !important;width: 160px !important;" >
</a>

@@ -10,0 +10,0 @@ </p>

import Calculator from "./Main";
declare const calculator: Calculator;
export default calculator;
export = calculator;