@firebase/util
Advanced tools
Comparing version 0.1.9-0 to 0.1.9-canary.0226ed2
@@ -17,25 +17,23 @@ "use strict"; | ||
*/ | ||
function __export(m) { | ||
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; | ||
} | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var tslib_1 = require("tslib"); | ||
var constants_1 = require("./src/constants"); | ||
// Overriding the constant (we should be the only ones doing this) | ||
constants_1.CONSTANTS.NODE_CLIENT = true; | ||
__export(require("./src/assert")); | ||
__export(require("./src/crypt")); | ||
__export(require("./src/constants")); | ||
__export(require("./src/deepCopy")); | ||
__export(require("./src/deferred")); | ||
__export(require("./src/environment")); | ||
__export(require("./src/errors")); | ||
__export(require("./src/json")); | ||
__export(require("./src/jwt")); | ||
__export(require("./src/obj")); | ||
__export(require("./src/query")); | ||
__export(require("./src/sha1")); | ||
__export(require("./src/subscribe")); | ||
__export(require("./src/validation")); | ||
__export(require("./src/utf8")); | ||
tslib_1.__exportStar(require("./src/assert"), exports); | ||
tslib_1.__exportStar(require("./src/crypt"), exports); | ||
tslib_1.__exportStar(require("./src/constants"), exports); | ||
tslib_1.__exportStar(require("./src/deepCopy"), exports); | ||
tslib_1.__exportStar(require("./src/deferred"), exports); | ||
tslib_1.__exportStar(require("./src/environment"), exports); | ||
tslib_1.__exportStar(require("./src/errors"), exports); | ||
tslib_1.__exportStar(require("./src/json"), exports); | ||
tslib_1.__exportStar(require("./src/jwt"), exports); | ||
tslib_1.__exportStar(require("./src/obj"), exports); | ||
tslib_1.__exportStar(require("./src/query"), exports); | ||
tslib_1.__exportStar(require("./src/sha1"), exports); | ||
tslib_1.__exportStar(require("./src/subscribe"), exports); | ||
tslib_1.__exportStar(require("./src/validation"), exports); | ||
tslib_1.__exportStar(require("./src/utf8"), exports); | ||
//# sourceMappingURL=index.node.js.map |
@@ -17,13 +17,4 @@ "use strict"; | ||
*/ | ||
var __extends = (this && this.__extends) || (function () { | ||
var extendStatics = Object.setPrototypeOf || | ||
({ __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]; }; | ||
return function (d, b) { | ||
extendStatics(d, b); | ||
function __() { this.constructor = d; } | ||
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); | ||
}; | ||
})(); | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var tslib_1 = require("tslib"); | ||
var hash_1 = require("./hash"); | ||
@@ -55,3 +46,3 @@ /** | ||
var Sha1 = /** @class */ (function (_super) { | ||
__extends(Sha1, _super); | ||
tslib_1.__extends(Sha1, _super); | ||
function Sha1() { | ||
@@ -58,0 +49,0 @@ var _this = _super.call(this) || this; |
@@ -16,12 +16,3 @@ /** | ||
*/ | ||
var __extends = (this && this.__extends) || (function () { | ||
var extendStatics = Object.setPrototypeOf || | ||
({ __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]; }; | ||
return function (d, b) { | ||
extendStatics(d, b); | ||
function __() { this.constructor = d; } | ||
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); | ||
}; | ||
})(); | ||
import * as tslib_1 from "tslib"; | ||
import { Hash } from './hash'; | ||
@@ -53,3 +44,3 @@ /** | ||
var Sha1 = /** @class */ (function (_super) { | ||
__extends(Sha1, _super); | ||
tslib_1.__extends(Sha1, _super); | ||
function Sha1() { | ||
@@ -56,0 +47,0 @@ var _this = _super.call(this) || this; |
{ | ||
"name": "@firebase/util", | ||
"version": "0.1.9-0", | ||
"version": "0.1.9-canary.0226ed2", | ||
"description": "", | ||
@@ -17,2 +17,5 @@ "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)", | ||
"license": "Apache-2.0", | ||
"dependencies": { | ||
"tslib": "^1.9.0" | ||
}, | ||
"devDependencies": { | ||
@@ -19,0 +22,0 @@ "@types/chai": "^4.0.4", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
547558
1
8347
+ Addedtslib@^1.9.0
+ Addedtslib@1.14.1(transitive)