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

ozone-type

Package Overview
Dependencies
Maintainers
8
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 5.5.10 to 5.7.0

dist/model/SubscriptionActiveHistory.d.ts

1

dist/model/models.d.ts

@@ -529,2 +529,3 @@ export * from './AdminPermission';

export * from './Subscription';
export * from './SubscriptionActiveHistory';
export * from './SubscriptionAction';

@@ -531,0 +532,0 @@ export * from './SubscriptionActionIdsSearchResult';

@@ -113,2 +113,3 @@ export * from './Article';

export * from './Subscription';
export * from './SubscriptionActiveHistory';
export * from './SubscriptionAction';

@@ -115,0 +116,0 @@ export * from './Survey';

@@ -9,3 +9,4 @@ import { Item, UUID, Instant } from './Item';

startDate?: Instant;
history?: UUID[];
constructor(src: Subscription);
}

@@ -20,2 +20,3 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

this.startDate = src.startDate;
this.history = src.history;
}

@@ -22,0 +23,0 @@ };

@@ -529,2 +529,3 @@ export * from './AdminPermission'

export * from './Subscription'
export * from './SubscriptionActiveHistory'
export * from './SubscriptionAction'

@@ -531,0 +532,0 @@ export * from './SubscriptionActionIdsSearchResult'

@@ -11,2 +11,3 @@ import { Item, UUID, Instant, OzoneType } from './Item'

startDate?: Instant
history?: UUID[]

@@ -21,3 +22,4 @@ constructor(src: Subscription) {

this.startDate = src.startDate
this.history = src.history
}
}

4

package.json
{
"name": "ozone-type",
"version": "5.5.10",
"version": "5.7.0",
"publishConfig": {

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

"license": "ISC",
"gitHead": "0df3809f9df3cb798feac54f2d53410950b1c5fd"
"gitHead": "7ad7073528ab19d0a23765db20c4af4554359154"
}
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