🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

cherry-box

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cherry-box - npm Package Compare versions

Comparing version
1.2.0
to
1.2.1
+2
-2
index.js

@@ -1,2 +0,2 @@

import { textBox } from './lib/textBox.js';
export { textBox };
import { textBox, wrapText } from './lib/textBox.js';
export { textBox, wrapText };
{
"name": "cherry-box",
"version": "1.2.0",
"version": "1.2.1",
"description": "A node-canvas package filled with utilities, manage text boxes easily and more",

@@ -5,0 +5,0 @@ "main": "index.js",

+0
-10

@@ -34,12 +34,2 @@ import { textBox, wrapText } from "./lib/textBox.js";

}
},
{
text: "E",
color: "blue",
font: "Ubuntu"
},
{
text: "Never Gonna Give You Up is the debut single recorded by English singer and songwriter Rick Astley, released on 27 July 1987.",
color: "green",
font: "Ubuntu"
}

@@ -46,0 +36,0 @@ ]