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
2
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.5.0 to 1.5.1

2

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

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

@@ -103,6 +103,4 @@ # Languages

import Template from "../model/templateBase";
export class Example_Template {
export class Example_Template extends Template {
static readonly width: number = 1000;

@@ -214,3 +212,3 @@

---
### Inject Template (Experimentelles Feature)
### Inject Template (Experimental Feature)

@@ -234,6 +232,4 @@ As an alternative to forking the project, it is possible to inject your own templates locally. To do this, simply install the NPM package with `npm i social-graphics-library`, then after the initialization a template can be injected with the following method:

import Template from "../model/templateBase";
export class Example_Template {
export class Example_Template extends Template {
static readonly width: number = 1000;

@@ -240,0 +236,0 @@

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

*/
private readonly _version: string = "1.5.0"
private readonly _version: string = "1.5.1"

@@ -10,0 +10,0 @@ /**

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