Socket
Book a DemoInstallSign in
Socket

@xylabs/static-implements

Package Overview
Dependencies
Maintainers
7
Versions
435
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xylabs/static-implements - npm Package Compare versions

Comparing version

to
2.11.23

10

dist/browser/index.js

@@ -1,10 +0,2 @@

// src/staticImplements.ts
function staticImplements() {
return (constructor) => {
constructor;
};
}
export {
staticImplements
};
export * from "./staticImplements";
//# sourceMappingURL=index.js.map

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

// src/staticImplements.ts
function staticImplements() {

@@ -3,0 +2,0 @@ return (constructor) => {

20

dist/node/index.js

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

var __hasOwnProp = Object.prototype.hasOwnProperty;
var __export = (target, all) => {
for (var name in all)
__defProp(target, name, { get: all[name], enumerable: true });
};
var __copyProps = (to, from, except, desc) => {

@@ -15,11 +19,21 @@ if (from && typeof from === "object" || typeof from === "function") {

};
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
// src/index.ts
var src_exports = {};
__export(src_exports, {
staticImplements: () => staticImplements
});
module.exports = __toCommonJS(src_exports);
__reExport(src_exports, require("./staticImplements"), module.exports);
// src/staticImplements.ts
function staticImplements() {
return (constructor) => {
constructor;
};
}
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {
...require("./staticImplements")
staticImplements
});
//# sourceMappingURL=index.js.map

@@ -19,2 +19,4 @@ "use strict";

var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
// src/staticImplements.ts
var staticImplements_exports = {};

@@ -21,0 +23,0 @@ __export(staticImplements_exports, {

@@ -42,5 +42,5 @@ {

"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^3.0.70",
"@xylabs/tsconfig": "^3.0.70",
"@xylabs/tsconfig-jest": "^3.0.70",
"@xylabs/ts-scripts-yarn3": "^3.0.72",
"@xylabs/tsconfig": "^3.0.72",
"@xylabs/tsconfig-jest": "^3.0.72",
"typescript": "^5.2.2"

@@ -56,3 +56,3 @@ },

"sideEffects": false,
"version": "2.11.22"
"version": "2.11.23"
}

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

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

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

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

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.