Socket
Socket
Sign inDemoInstall

@novu/shared

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@novu/shared - npm Package Compare versions

Comparing version 0.7.0 to 0.7.1

4

dist/dto/organization/create-organization.dto.d.ts

@@ -9,5 +9,5 @@ export interface ICreateOrganizationDto {

name: string;
createdAt: Date;
updatedAt: Date;
createdAt: string;
updatedAt: string;
}
//# sourceMappingURL=create-organization.dto.d.ts.map
{
"name": "@novu/shared",
"version": "0.7.0",
"version": "0.7.1",
"description": "",

@@ -42,3 +42,3 @@ "scripts": {

},
"gitHead": "69c8ee252a0be177f51d1489023214e2afb21bc2"
"gitHead": "7cd5e4c38f4622794bad95db62f6906d4b8ca8d3"
}

@@ -10,4 +10,4 @@ export interface ICreateOrganizationDto {

name: string;
createdAt: Date;
updatedAt: Date;
createdAt: string;
updatedAt: string;
}

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