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

@abip/sp-common

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@abip/sp-common - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

1

dist/domains/core/course/entity.d.ts

@@ -6,2 +6,3 @@ export interface Course {

name: string;
description: null | string;
created_at: Date;

@@ -8,0 +9,0 @@ updated_at: Date;

@@ -7,2 +7,3 @@ import { Realm } from '@authelion/common';

name: string;
description: string | null;
application: SurveyApplication;

@@ -9,0 +10,0 @@ access: SurveyEventAccess;

4

package.json
{
"name": "@abip/sp-common",
"version": "0.1.4",
"version": "0.1.5",
"description": "",

@@ -44,3 +44,3 @@ "main": "./dist/index",

},
"gitHead": "15d4b92934fc4520c37c10b0a18d8cb71120f9f1"
"gitHead": "bd511e08d278e10d79142f9d7fbb17da621a5f81"
}

@@ -17,2 +17,4 @@ /*

description: null | string;
// ------------------------------------------------------------------

@@ -19,0 +21,0 @@

@@ -25,2 +25,4 @@ /*

description: string | null;
application: SurveyApplication;

@@ -27,0 +29,0 @@

Sorry, the diff of this file is not supported yet

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