New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

social-graphics-library

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

social-graphics-library - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

4

dist/src/glc.d.ts

@@ -34,3 +34,7 @@ import Call from "./model/call";

static info(): object;
/**
* Version of social graphics library
*/
static VERSION: string;
}
export default SocialGraphicsLibrary;

@@ -26,2 +26,7 @@ export declare class Info {

constructor();
/**
* Gets version
* @returns version
*/
getVersion(): string;
}

2

package.json
{
"name": "social-graphics-library",
"version": "1.3.0",
"version": "1.3.1",
"description": "A script for generating social media logos and banners",

@@ -5,0 +5,0 @@ "scripts": {

@@ -215,4 +215,11 @@ import { False_Template } from "./template/false.template";

//#endregion
//#region version
/**
* Version of social graphics library
*/
public static VERSION: string = new Info().getVersion()
//#endregion
}
export default SocialGraphicsLibrary;

@@ -7,3 +7,3 @@ export class Info {

*/
private readonly _version: string = "1.3.0"
private readonly _version: string = "1.3.1"

@@ -44,2 +44,12 @@ /**

//#region get
/**
* Gets version
* @returns version
*/
public getVersion(): string {
return this._version;
}
//#endregion
}

Sorry, the diff of this file is too big to display

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