Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

linebreak

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

linebreak - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

benchmark.coffee

14

package.json
{
"name": "linebreak",
"version": "0.1.0",
"version": "0.1.1",
"description": "An implementation of the Unicode Line Breaking Algorithm (UAX #14)",

@@ -21,11 +21,11 @@ "repository": {

"devDependencies": {
"coffee-script": "~1.7.1",
"mocha": "*"
"mocha": "*",
"coffee-script": "^1.7.1"
},
"scripts": {
"prepublish": "coffee -o js -c src/",
"postpublish": "rm -rf ./js",
"test": "node_modules/mocha/bin/mocha"
"prepublish": "coffee -c src/",
"postpublish": "rm -rf src/*.js",
"test": "node_modules/mocha/bin/mocha"
},
"main": "js/linebreaker.js"
"main": "src/linebreaker"
}

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