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

maths-package-mpx

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

maths-package-mpx - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

dist/cjs/calc.d.ts

3

dist/cjs/index.d.ts

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

import { add } from "./add.js";
import { subtract } from "./subtract.js";
import { add, subtract } from "./calc.js";
export { add, subtract };
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.subtract = exports.add = void 0;
const add_js_1 = require("./add.js");
Object.defineProperty(exports, "add", { enumerable: true, get: function () { return add_js_1.add; } });
const subtract_js_1 = require("./subtract.js");
Object.defineProperty(exports, "subtract", { enumerable: true, get: function () { return subtract_js_1.subtract; } });
const calc_js_1 = require("./calc.js");
Object.defineProperty(exports, "add", { enumerable: true, get: function () { return calc_js_1.add; } });
Object.defineProperty(exports, "subtract", { enumerable: true, get: function () { return calc_js_1.subtract; } });

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

import { add } from "./add.js";
import { subtract } from "./subtract.js";
import { add, subtract } from "./calc.js";
export { add, subtract };

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

import { add } from "./add.js";
import { subtract } from "./subtract.js";
import { add, subtract } from "./calc.js";
export { add, subtract };
{
"name": "maths-package-mpx",
"version": "1.0.1",
"version": "1.0.2",
"description": "",

@@ -5,0 +5,0 @@ "main": "./dist/cjs/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