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.1.0 to 1.1.1

dist-src/break-lines.js

47

package.json
{
"name": "break-styled-lines",
"version": "1.1.0",
"description": "Add newlines to a string of text given a font style and width",
"main": "src/index.ts",
"author": "Sam Gwilym <gwilym@me.com>",
"version": "1.1.1",
"license": "MIT",
"files": [
"dist-*/",
"bin/"
],
"pika": true,
"sideEffects": false,
"keywords": [
"newline",
"linebreak",
"visual",
"typeset",
"styled"
],
"repository": "https://github.com/sgwilym/break-styled-lines",
"private": false,
"dependencies": {},
"devDependencies": {

@@ -27,26 +38,6 @@ "@babel/core": "^7.5.5",

},
"scripts": {
"build": "pika build",
"test": "jest"
},
"@pika/pack": {
"pipeline": [
[
"@pika/plugin-ts-standard-pkg"
],
[
"@pika/plugin-build-web"
]
]
},
"jest": {
"testEnvironment": "jest-environment-jsdom-fourteen"
},
"keywords": [
"newline",
"linebreak",
"visual",
"typeset",
"styled"
]
"private": false,
"source": "dist-src/index.js",
"types": "dist-types/index.d.ts",
"module": "dist-web/index.js"
}
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