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.4.0 to 1.4.1

0

index.js

@@ -0,0 +0,0 @@ import "./dist/sgl.bundle.js";

8

package.json
{
"name": "social-graphics-library",
"version": "1.4.0",
"version": "1.4.1",
"description": "A script for generating social media logos and banners",
"scripts": {
"dev:build": "webpack",
"dev:deploy": "npm run version:update && npm run dev:build && npm run dev:test",
"dev:deploy": "npm install && npm run version:update && npm run dev:build && npm run dev:test",
"dev:run": "webpack serve",
"dev:test": "node tests",
"version:update": "version.sh",
"prod:deploy": "npm run version:update && npm run dev:build && npm run dev:test && npm publish"
"prod:deploy": "npm run dev:deploy && npm publish"
},

@@ -59,2 +59,2 @@ "main": "./dist/sgl.bundle.js",

"dependencies": {}
}
}

@@ -45,3 +45,4 @@ # Languages

containerId: 'img-container-2',
imgMode: 'jpeg'
imgMode: 'jpeg',
generateLink: true
}]

@@ -79,2 +80,7 @@

- Generate Link
- Dieser alternative Modus sorgt für das automatische rendern eines Download Links
- true
- false
### Templates

@@ -156,3 +162,4 @@

containerId: 'img-container-2',
imgMode: 'jpeg'
imgMode: 'jpeg',
generateLink: true
}]

@@ -190,2 +197,7 @@

- Generate Link
- This alternative mode ensures the automatic rendering of a download link
- true
- false
### Templates

@@ -192,0 +204,0 @@

@@ -0,0 +0,0 @@ import { Elevate_Template } from "../template/elevate-title.template";

@@ -0,0 +0,0 @@ import { False_Template } from "../template/false.template";

@@ -0,0 +0,0 @@ import Call from "./model/call";

@@ -0,0 +0,0 @@ export default interface Call {

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

*/
private readonly _version: string = "1.4.0"
private readonly _version: string = "1.4.1"

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

@@ -0,0 +0,0 @@ //#region setup

@@ -0,0 +0,0 @@ {

@@ -0,0 +0,0 @@ const path = require('path');

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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