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

bridge-odata

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bridge-odata - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

package.json
{
"name": "bridge-odata",
"version": "0.0.2",
"version": "0.0.3",
"description": "Retsly OData JS SDK",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -82,17 +82,23 @@ const request = require('superagent')

this.query.$skip = data
return this
}
$select (data) {
this.query.$select = data
return this
}
$top (data) {
this.query.$top = data
return this
}
$orderby (data) {
this.query.$orderby = data
return this
}
$expand (data) {
this.query.$expand = data
return this
}
$filter (data) {
this.query.$filter = new Filter(data).toString()
return this
}

@@ -99,0 +105,0 @@

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