You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

break-styled-lines

Package Overview
Dependencies
0
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.0 to 1.3.1

1

dist/break-styled-lines.d.ts

@@ -10,3 +10,4 @@ // Generated by dts-bundle-generator v5.9.0

declare function breakLinesEntry(text: TextDescriptor[], width: number, font: string): string[];
export default breakLinesEntry;
export {};

8

package.json
{
"name": "break-styled-lines",
"version": "1.3.0",
"version": "1.3.1",
"description": "Add newlines to a string of text given a font style and width",

@@ -29,5 +29,5 @@ "author": "Sam Gwilym <gwilym@me.com>",

"scripts": {
"prepare": "yarn build-types && yarn build",
"build-types": "dts-bundle-generator -o ./dist/break-styled-lines.d.ts src/index.ts",
"build": "node ./scripts/build.mjs && yarn build-types",
"prepare": "yarn build && yarn build-types",
"build-types": "dts-bundle-generator -o ./dist/break-styled-lines.d.ts src/break-lines.ts",
"build": "node ./scripts/build.mjs",
"test": "jest"

@@ -34,0 +34,0 @@ },

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc