You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@emilgroup/changelog-sdk-node

Package Overview
Dependencies
Maintainers
19
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@emilgroup/changelog-sdk-node - npm Package Compare versions

Comparing version
1.0.1-beta.8
to
1.0.1-beta.9
+6
-0
dist/models/changelog-configuration-class.d.ts

@@ -50,2 +50,8 @@ /**

/**
* Whether this is a global default configuration
* @type {boolean}
* @memberof ChangelogConfigurationClass
*/
'isDefault': boolean;
/**
* Time at which the object was created.

@@ -52,0 +58,0 @@ * @type {string}

@@ -55,2 +55,8 @@ /* tslint:disable */

/**
* Whether this is a global default configuration
* @type {boolean}
* @memberof ChangelogConfigurationClass
*/
'isDefault': boolean;
/**
* Time at which the object was created.

@@ -57,0 +63,0 @@ * @type {string}

+1
-1
{
"name": "@emilgroup/changelog-sdk-node",
"version": "1.0.1-beta.8",
"version": "1.0.1-beta.9",
"description": "OpenAPI client for @emilgroup/changelog-sdk-node",

@@ -5,0 +5,0 @@ "author": "OpenAPI-Generator Contributors",

@@ -20,7 +20,7 @@ # Emil Changelog SDK for Nodejs

```
npm install @emilgroup/changelog-sdk-node@1.0.1-beta.8 --save
npm install @emilgroup/changelog-sdk-node@1.0.1-beta.9 --save
```
or
```
yarn add @emilgroup/changelog-sdk-node@1.0.1-beta.8
yarn add @emilgroup/changelog-sdk-node@1.0.1-beta.9
```

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