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

sffjs

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sffjs - npm Package Compare versions

Comparing version 1.10.0-alpha.3 to 1.10.0-alpha.4

cultures/stringformat.af-ZA.js

3

bower.json
{
"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"
}
}
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