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

@aspecto/core

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aspecto/core - npm Package Compare versions

Comparing version 1.0.14 to 1.0.15

2

dist/index.js

@@ -32,3 +32,3 @@ "use strict";

const analyticsEndpoint = process.env.NODE_ENV !== "aspc_dev"
? "http://collector.topsight.io/"
? "http://collector.aspecto.io/"
: "http://localhost:8082/";

@@ -35,0 +35,0 @@ let ws = new ws_1.default(analyticsEndpoint);

@@ -34,3 +34,3 @@ "use strict";

}
const gitData = child_process_1.execSync("git rev-parse HEAD", { stdio: 'pipe' });
const gitData = child_process_1.execSync("git rev-parse HEAD", { stdio: 'ignore' });
GITCollector.hash = gitData.toString();

@@ -37,0 +37,0 @@ return gitData.toString();

@@ -20,4 +20,4 @@ import WebSocketConnection from "./src/communication/ws";

process.env.NODE_ENV !== "aspc_dev"
? "http://collector.topsight.io/"
: "http://localhost:8082/";
? "https://collector.aspecto.io/"
: "http://localhost:8084/";

@@ -24,0 +24,0 @@ let ws = new WebSocketConnection(analyticsEndpoint);

{
"name": "@aspecto/core",
"version": "1.0.14",
"version": "1.0.15",
"description": "Aspecto metric collector",

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

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

  • 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