New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@groupby/beacon-models

Package Overview
Dependencies
Maintainers
16
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@groupby/beacon-models - npm Package Compare versions

Comparing version 0.0.1-alpha.2 to 0.0.1-alpha.3

4

dist/index.js
"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;

2

package.json
{
"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;
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc