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

queueobj

Package Overview
Dependencies
Maintainers
1
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

queueobj - npm Package Compare versions

Comparing version 15.0.2 to 15.1.0

tests/http_bottom_one.js

11

package.json

@@ -5,3 +5,3 @@ {

},
"version": "15.0.2",
"version": "15.1.0",
"bundleDependencies": [],

@@ -36,2 +36,11 @@ "dependencies": {

"test_http_all": "node ./tests/http_all",
"test_http_top_one": "node ./tests/http_top_one",
"test_http_bottom_one": "node ./tests/http_bottom_one",
"test_http_func_all": "node ./tests/http_func_all",
"test_http_status_matching": "node ./tests/http_status_matching",
"test_http_status_non_matching": "node ./tests/http_status_non_matching",
"test_http_name_matching": "node ./tests/http_name_matching",
"test_http_name_non_matching": "node ./tests/http_name_non_matching",
"test_http_version_matching": "node ./tests/http_version_matching",
"test_http_version_non_matching": "node ./tests/http_version_non_matching",
"test_json_http_all": "node ./tests/json_http_all",

@@ -38,0 +47,0 @@ "test_json_all": "node ./tests/json_all",

@@ -54,2 +54,11 @@ [![npm Package](https://img.shields.io/npm/v/queueobj.svg)](https://www.npmjs.org/package/queueobj)

npm run test_http_all
npm run test_http_top_one
npm run test_http_bottom_one
npm run test_http_func_all
npm run test_http_status_matching
npm run test_http_status_non_matching
npm run test_http_name_matching
npm run test_http_name_non_matching
npm run test_http_version_matching
npm run test_http_version_non_matching
npm run test_json_http_all

@@ -56,0 +65,0 @@ npm run test_json_all

@@ -9,3 +9,3 @@ const assert = require('assert'),

},
"version": "15.0.2",
"version": "15.1.0",
"bundleDependencies": [],

@@ -40,2 +40,11 @@ "dependencies": {

"test_http_all": "node ./tests/http_all",
"test_http_top_one": "node ./tests/http_top_one",
"test_http_bottom_one": "node ./tests/http_bottom_one",
"test_http_func_all": "node ./tests/http_func_all",
"test_http_status_matching": "node ./tests/http_status_matching",
"test_http_status_non_matching": "node ./tests/http_status_non_matching",
"test_http_name_matching": "node ./tests/http_name_matching",
"test_http_name_non_matching": "node ./tests/http_name_non_matching",
"test_http_version_matching": "node ./tests/http_version_matching",
"test_http_version_non_matching": "node ./tests/http_version_non_matching",
"test_json_http_all": "node ./tests/json_http_all",

@@ -77,2 +86,3 @@ "test_json_all": "node ./tests/json_all",

describe('package.json', function () {

@@ -79,0 +89,0 @@ it('should pass', function () {

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