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.4 to 1.0.5

2

dist/src/reporters/HttpReporter.js

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

requestHeaders: req.headers,
responseHeaders: res.headers,
responseHeaders: res.getHeaders(),
hostname: req.hostname,

@@ -67,0 +67,0 @@ ip: req.ip,

{
"name": "@aspecto/core",
"version": "1.0.4",
"version": "1.0.5",
"description": "Aspecto metric collector",

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

@@ -76,3 +76,3 @@ import uuid from "uuid";

requestHeaders:req.headers,
responseHeaders:res.headers,
responseHeaders:res.getHeaders(),
hostname: req.hostname,

@@ -79,0 +79,0 @@ ip: req.ip,

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