Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

servie

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

servie - npm Package Compare versions

Comparing version 3.2.0 to 3.2.1

3

dist/request.js

@@ -67,2 +67,5 @@ "use strict";

this.events.emit('abort');
// Set `aborted` automatically when the request has not started.
if (!this.started)
this.aborted = true;
return true;

@@ -69,0 +72,0 @@ }

2

package.json
{
"name": "servie",
"version": "3.2.0",
"version": "3.2.1",
"description": "Standard HTTP interfaces",

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

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