@groupby/beacon-models
Advanced tools
Comparing version 0.0.1-alpha.2 to 0.0.1-alpha.3
"use strict"; | ||
function __export(m) { | ||
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; | ||
} | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__export(require("./test")); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
function makeTest(something) { | ||
const x = { | ||
something, | ||
}; | ||
return x; | ||
} | ||
exports.makeTest = makeTest; |
{ | ||
"name": "@groupby/beacon-models", | ||
"version": "0.0.1-alpha.2", | ||
"version": "0.0.1-alpha.3", | ||
"description": "Types representing beacons GroupBy receives from its gb-tracker-client.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
export interface Test { | ||
something: string; | ||
} | ||
export declare function makeTest(something: string): Test; |
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
950
20
0