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

@omotes/sdk

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@omotes/sdk - npm Package Compare versions

Comparing version 0.0.8 to 0.1.1

6

package.json
{
"name": "@omotes/sdk",
"version": "0.0.8",
"version": "0.1.1",
"repository": {

@@ -13,5 +13,5 @@ "type": "git",

"tslib": "2.6.2",
"@omotes/proto": "0.0.5",
"@omotes/proto": "^0.1.9",
"google-protobuf": "^3.21.2",
"influx": "5.9.3"
"influx": "^5.9.3"
},

@@ -18,0 +18,0 @@ "type": "commonjs",

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

});
// @TODO: Filter on column assetId
const query = `select ${influx_1.escape.quoted(field)} as value, output_esdl_id from ${influx_1.escape.quoted(measurement)} where output_esdl_id = $filterId;`;

@@ -26,0 +27,0 @@ return db.query(query, { placeholders: { filterId } });

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