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

couchdb-harness

Package Overview
Dependencies
Maintainers
3
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

couchdb-harness - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

4

index.js

@@ -76,3 +76,2 @@ "use strict";

'javascript/tests/users_db_security.js',
'javascript/tests/uuids.js',
'javascript/tests/view_collation.js',

@@ -89,4 +88,3 @@ 'javascript/tests/view_collation_raw.js',

'javascript/tests/view_sandboxing.js',
'javascript/tests/view_update_seq.js',
'javascript/tests/view_xml.js'
'javascript/tests/view_update_seq.js'
];

@@ -93,0 +91,0 @@

@@ -87,9 +87,11 @@ // Licensed under the Apache License, Version 2.0 (the "License"); you may not

run_on_modified_server([{
"section": "uuids",
"key": "algorithm",
"value": "sequential",
}],
seq_testfun
);
skip("PouchDB Server doesn't support multiple uuid algorithms", function () {
run_on_modified_server([{
"section": "uuids",
"key": "algorithm",
"value": "sequential",
}],
seq_testfun
);
});

@@ -117,9 +119,11 @@ // Test utc_random uuids

run_on_modified_server([{
"section": "uuids",
"key": "algorithm",
"value": "utc_random"
}],
utc_testfun
);
skip("PouchDB Server doesn't support multiple uuid algorithms", function () {
run_on_modified_server([{
"section": "uuids",
"key": "algorithm",
"value": "utc_random"
}],
utc_testfun
);
});

@@ -139,14 +143,15 @@ // Test utc_id uuids

run_on_modified_server([{
"section": "uuids",
"key": "algorithm",
"value": "utc_id"
}, {
"section": "uuids",
"key": "utc_id_suffix",
"value": utc_id_suffix
}],
suffix_testfun
);
skip("PouchDB Server doesn't support multiple uuid algorithms & thus also no utc_id_suffix", function () {
run_on_modified_server([{
"section": "uuids",
"key": "algorithm",
"value": "utc_id"
}, {
"section": "uuids",
"key": "utc_id_suffix",
"value": utc_id_suffix
}],
suffix_testfun
);
});
};
{
"name": "couchdb-harness",
"version": "0.1.1",
"version": "0.1.2",
"description": "A generalized port of the CouchDB JavaScript test harness.",

@@ -5,0 +5,0 @@ "repository": {

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