Comparing version 1.10.0-alpha.3 to 1.10.0-alpha.4
{ | ||
"name": "sffjs", | ||
"version": "1.10.0-alpha.3", | ||
"homepage": "https://github.com/thorn0/sffjs", | ||
@@ -10,3 +9,3 @@ "authors": [ | ||
"description": "String.Format for JavaScript", | ||
"main": "src/sffjs.js", | ||
"main": "sffjs.min.js", | ||
"moduleType": [ | ||
@@ -13,0 +12,0 @@ "amd", |
@@ -1,2 +0,2 @@ | ||
| ||
CHANGELOG | ||
@@ -85,3 +85,3 @@ String.format for JavaScript | ||
* Bug fix: genitive forms for months (needed for Slavic languages) | ||
* Added support for AMD and CommonJS. Global namespace and browser built-in | ||
* Added support for AMD and CommonJS. The global object and other native | ||
objects such as String aren't modified if the library is loaded | ||
@@ -88,0 +88,0 @@ via AMD or CommonJS. |
{ | ||
"name": "sffjs", | ||
"version": "1.10.0-alpha.3", | ||
"version": "1.10.0-alpha.4", | ||
"description": "String.Format for JavaScript", | ||
"main": "src/sffjs.js", | ||
"directories": { | ||
"test": "test" | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"main": "sffjs.js", | ||
"repository": { | ||
@@ -29,3 +23,11 @@ "type": "git", | ||
}, | ||
"homepage": "https://github.com/thorn0/sffjs" | ||
} | ||
"homepage": "https://github.com/thorn0/sffjs", | ||
"devDependencies": { | ||
"grunt": "^0.4.5", | ||
"grunt-build-control": "^0.1.3", | ||
"grunt-contrib-clean": "^0.6.0", | ||
"grunt-contrib-copy": "^0.6.0", | ||
"grunt-contrib-uglify": "^0.6.0", | ||
"load-grunt-tasks": "^0.6.0" | ||
} | ||
} |
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
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
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
1
218938
6
285
680
96
1