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

radweb

Package Overview
Dependencies
Maintainers
1
Versions
144
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

radweb - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

e2e/app.e2e-spec.d.ts

2

package.json
{
"name": "radweb",
"version": "1.1.1",
"version": "1.1.2",
"description": "radweb",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -183,2 +183,14 @@ "use strict";

}
if (options.orderBy) {
var first_1 = true;
options.orderBy.Segments.forEach(function (c) {
if (first_1)
select += ' Order By ';
else
select += ', ';
select += c.column.__getDbName();
if (c.descending)
select += ' desc';
});
}
console.log(select);

@@ -185,0 +197,0 @@ return r.query(select).then(function (r) {

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