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

@or-sdk/base

Package Overview
Dependencies
Maintainers
2
Versions
357
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@or-sdk/base - npm Package Compare versions

Comparing version 0.22.0 to 0.22.1-fixorderoptionstype.0

8

dist/types/types.d.ts

@@ -29,5 +29,9 @@ import { Method } from 'axios';

};
export declare enum OrderDirection {
ASC = "asc",
DESC = "desc"
}
export declare type OrderOptions = {
orderProperty: number;
orderDirection: number;
orderProperty: string;
orderDirection: OrderDirection;
};

@@ -34,0 +38,0 @@ export interface List<T> {

{
"version": "0.22.0",
"version": "0.22.1-fixorderoptionstype.0",
"name": "@or-sdk/base",

@@ -31,3 +31,3 @@ "main": "dist/cjs/index.js",

},
"gitHead": "8c17a9af0ab8bdd069869604145dfd8b91c049e4"
"gitHead": "50cdb73a3531810c73bb2f67f5bbb27dd55e4fc1"
}

@@ -67,5 +67,10 @@ import { Method } from 'axios';

export declare enum OrderDirection {
ASC = 'asc',
DESC = 'desc',
}
export type OrderOptions = {
orderProperty: number;
orderDirection: number;
orderProperty: string;
orderDirection: OrderDirection;
};

@@ -72,0 +77,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