Sign In

packageout

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

packageout - npm Package Compare versions

Comparing version
1.1.3
to
1.2.1
+1
-0
lib/demo/dome.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Demo = void 0;
var Demo = /** @class */ (function () {

@@ -4,0 +5,0 @@ function Demo() {

+5
-2

@@ -6,6 +6,8 @@ "use strict";

({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
return extendStatics(d, b);
};
return function (d, b) {
if (typeof b !== "function" && b !== null)
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
extendStatics(d, b);

@@ -53,2 +55,3 @@ function __() { this.constructor = d; }

Object.defineProperty(exports, "__esModule", { value: true });
exports.Demo2 = void 0;
var lodash_1 = require("lodash");

@@ -67,3 +70,3 @@ var dome_1 = require("./dome");

},
enumerable: true,
enumerable: false,
configurable: true

@@ -70,0 +73,0 @@ });

@@ -6,6 +6,8 @@ "use strict";

({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
return extendStatics(d, b);
};
return function (d, b) {
if (typeof b !== "function" && b !== null)
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
extendStatics(d, b);

@@ -53,2 +55,3 @@ function __() { this.constructor = d; }

Object.defineProperty(exports, "__esModule", { value: true });
exports.Man = void 0;
var lodash_1 = require("lodash");

@@ -69,3 +72,3 @@ var dome_1 = require("./demo/dome");

},
enumerable: true,
enumerable: false,
configurable: true

@@ -99,1 +102,3 @@ });

demo2.getOne();
console.log('otto-0120');
console.log('otto-0120-666');
{
"name": "packageout",
"version": "1.1.3",
"version": "1.2.1",
"description": "",

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