🚀. Socket Launch Week Day 3:Socket Firewall Now Blocks Malicious VS Code and Open VSX Extensions.Learn more
Sign In

@bootpay/backend-js

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bootpay/backend-js - npm Package Compare versions

Comparing version
2.0.5-beta.2
to
2.0.5-beta.4
+1
-1
index.d.ts

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

import { Bootpay } from './bootpay';
export { Bootpay };
export default Bootpay;
import Bootpay from "./bootpay";

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

import Bootpay from './bootpay'
export { Bootpay }
export default Bootpay
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Bootpay = void 0;
const bootpay_1 = require("./bootpay");
Object.defineProperty(exports, "Bootpay", { enumerable: true, get: function () { return bootpay_1.Bootpay; } });
exports.default = bootpay_1.Bootpay;
{
"name": "@bootpay/backend-js",
"version": "2.0.5-beta.2",
"version": "2.0.5-beta.4",
"description": "Bootpay Server Side Package for Node.js",

@@ -9,3 +9,3 @@ "main": "dist/bootpay.js",

"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -rf ./dist && tsc --build && cp ./package.json dist/package.json && cp ./src/index.js ./dist/index.js && rm -rf ./dist/src && cp ./README.md dist/",
"build": "rm -rf ./dist && tsc --build && cp ./package.json dist/package.json && rm -rf ./dist/src && cp ./README.md dist/",
"clear": "tsc --build --clean"

@@ -12,0 +12,0 @@ },