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

whatap

Package Overview
Dependencies
Maintainers
1
Versions
182
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

whatap - npm Package Compare versions

Comparing version 0.4.78 to 0.4.79

2

lib/observers/http-observer.js

@@ -147,3 +147,3 @@ /**

function isStatic(u){
var x = u.indexOf('.');
var x = u.lastIndexOf('.');
if(x<=0) return false;

@@ -150,0 +150,0 @@

@@ -279,3 +279,3 @@ /**

TxRecord.HTTP_METHOD={"GET":1,"POST":2,"PUT":3,"DELETE":4};
TxRecord.HTTP_METHOD={"GET":1,"POST":2,"PUT":3,"DELETE":4,"PATCH":5,"OPTIONS":6,"HEAD":7,"TRACE":8};
TxRecord.WEB_GET = 1;

@@ -285,3 +285,7 @@ TxRecord.WEB_POST = 2;

TxRecord.WEB_DELETE = 4;
TxRecord.WEB_PATCH = 5;
TxRecord.WEB_OPTIONS = 6;
TxRecord.WEB_HEAD = 7;
TxRecord.WEB_TRACE = 8;
module.exports = TxRecord;
{
"name": "whatap",
"homepage": "http://www.whatap.io",
"version": "0.4.78",
"releaseDate": "20230705",
"version": "0.4.79",
"releaseDate": "20230711",
"description": "Monitoring and Profiling Service",

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

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