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

ee-soa-response

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ee-soa-response - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

LICENSE

3

lib/StatusCodes.js

@@ -14,5 +14,8 @@ !function(){

, CREATED : 2 // 201
, ACCEPTED : 202 // 202
, NO_CONTENT : 204 // 204
, TARGET_MOVED : 20 // 301
, TARGET_FOUND : 21 // 302
, SEE_OTHER : 303 // 303
, TARGET_NOT_MODIFIED : 22 // 304

@@ -19,0 +22,0 @@ , TARGET_NOT_FOUND : 26 // 404

4

package.json
{
"name" : "ee-soa-response"
, "description" : "ee SOA Response class"
, "version" : "0.1.5"
, "version" : "0.1.6"
, "homepage" : "https://github.com/eventEmitter/ee-soa-response"
, "author" : "Michael van der Weg <michael@eventemitter.com> (http://eventemitter.com/)"
, "licence" : "mit"
, "license" : "MIT"
, "repository": {

@@ -9,0 +9,0 @@ "url" : "https://github.com/eventEmitter/ee-soa-response.git"

@@ -47,11 +47,14 @@ # ee-soa-response

, CREATED : 2 // 201
, ACCEPTED : 202 // 202
, NO_CONTENT : 204 // 204
, TARGET_MOVED : 20 // 301
, TARGET_FOUND : 21 // 302
, SEE_OTHER : 303 // 303
, TARGET_NOT_MODIFIED : 22 // 304
, TARGET_NOT_FOUND : 26 // 404
, TARGET_GONE : 29 // 410
, CONFLICT : 80 // 409, conflict, resource extsts already
, CONFLICT : 80 //409, conflict, resource extsts already
, ACCESS_MALFORMED : 23 // 400

@@ -73,6 +76,5 @@ , ACCESS_UNAUTHORIZED : 24 // 401

, SERVICE_EXCEPTION : 37 // 500
, NOT_IMPLEMENTED : 501 // 501
, SERVICE_UNAVAILABLE : 38 // 503
, NOT_IMPLEMENTED : 501 // 501
, TRANSPORT_NOT_AVAILABLE : 39 // no http equivalent

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