Comparing version 0.1.0 to 0.1.1
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1021300
16
258
1
1