Socket
Socket
Sign inDemoInstall

ozone-type

Package Overview
Dependencies
Maintainers
1
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ozone-type - npm Package Compare versions

Comparing version 4.1.0 to 4.1.1

13

ozone/model/Sort.ts

@@ -24,11 +24,4 @@ /**

export namespace Sort {
export enum OrderEnum {
ASC = <any> 'ASC',
DESC = <any> 'DESC',
NONE = <any> 'NONE'
}
export enum MissingEnum {
FIRST = <any> 'FIRST',
LAST = <any> 'LAST'
}
}
export type OrderEnum = 'ASC' | 'DESC' | 'NONE';
export type MissingEnum = 'FIRST' | 'LAST';
}
{
"name": "ozone-type",
"version": "4.1.0",
"version": "4.1.1",
"publishConfig": {

@@ -29,3 +29,3 @@ "access": "public"

},
"gitHead": "40b0ec38e7ac1a6a5d56343859f319cbfb48cee3"
"gitHead": "b060ec089b4824e8aa36128b59fb8c6d772e7668"
}
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