New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gengojs

Package Overview
Dependencies
Maintainers
1
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gengojs - npm Package Compare versions

Comparing version 0.2.20 to 0.2.22

omega.gengo.js

11

CHANGELOG.md

@@ -85,3 +85,3 @@ #Change Log

######Alpha
###Alpha

@@ -179,2 +179,9 @@ **alpha 0.2.17**

*alpha.gengo.js is now moving to omega phase after this release.*
*alpha.gengo.js is now moving to omega phase after this release.*
####Omega
**omega 0.2.21**
* Renamed `alpha.gengo.js` to `omega.gengo.js`
* Updated readme
* Added mustache as dependency.

6

gengo.js

@@ -5,3 +5,3 @@ /*jslint node: true, forin: true, jslint white: true, newcap: true*/

* gengojs
* version : 0.2.20
* version : 0.2.22
* author : Takeshi Iwana

@@ -89,3 +89,3 @@ * https://github.com/iwatakeshi

//version
VERSION = '0.2.20',
VERSION = '0.2.22',
//configuration with defaults set

@@ -601,2 +601,2 @@ CONFIG = {

}
}).call(this);
}).call(this);
{
"name": "gengojs",
"version": "0.2.20",
"description": "An uber basic and simple i18n library for Express 4",
"main": "gengo.js",
"scripts": {
"test": "mocha ./tests/*.js",
"cookies": "mocha ./tests/cookies.js",
"functions": "mocha ./tests/functions.js",
"routes": "mocha ./tests/routes.js",
"libs": "mocha ./tests/libs.js",
"factory": "node ./scripts/locale.js"
},
"dependencies": {
"accept-language": "^1.2.0",
"app-root-path": "^0.1.0",
"colors": "^0.6.2",
"kawari": "0.0.1",
"locale": "0.0.20",
"moment": "^2.8.3",
"numeral": "^1.5.3",
"sprintf-js": "0.0.7",
"underscore": "^1.7.0",
"xml2js": "^0.4.4"
},
"repository": {
"type": "git",
"url": "https://github.com/iwatakeshi/gengojs.git"
},
"keywords": [
"i18n",
"translate",
"gengo",
"international",
"express"
],
"author": "iwatakeshi",
"license": "MIT",
"bugs": {
"url": "https://github.com/iwatakeshi/gengojs/issues"
},
"homepage": "http://gengojs.com",
"devDependencies": {
"assert": "^1.1.2",
"cookie-parser": "^1.3.3",
"express": "^4.9.4",
"mocha": "^1.21.4",
"prompt": "^0.2.14",
"shelljs": "^0.3.0",
"supertest": "^0.13.0"
}
}
"name": "gengojs",
"version": "0.2.22",
"description": "An uber basic and simple i18n library for Express 4",
"main": "gengo.js",
"scripts": {
"test": "mocha ./tests/*.js",
"cookies": "mocha ./tests/cookies.js",
"functions": "mocha ./tests/functions.js",
"routes": "mocha ./tests/routes.js",
"libs": "mocha ./tests/libs.js",
"factory": "node ./scripts/locale.js"
},
"dependencies": {
"accept-language": "^1.2.0",
"app-root-path": "^0.1.0",
"colors": "^0.6.2",
"kawari": "0.0.1",
"locale": "0.0.20",
"moment": "^2.8.3",
"mustache": "^0.8.2",
"numeral": "^1.5.3",
"sprintf-js": "0.0.7",
"underscore": "^1.7.0",
"xml2js": "^0.4.4"
},
"repository": {
"type": "git",
"url": "https://github.com/iwatakeshi/gengojs.git"
},
"keywords": [
"i18n",
"translate",
"gengo",
"international",
"express"
],
"author": "iwatakeshi",
"license": "MIT",
"bugs": {
"url": "https://github.com/iwatakeshi/gengojs/issues"
},
"homepage": "http://gengojs.com",
"devDependencies": {
"assert": "^1.1.2",
"cookie-parser": "^1.3.3",
"express": "^4.9.4",
"mocha": "^1.21.4",
"prompt": "^0.2.14",
"shelljs": "^0.3.0",
"supertest": "^0.13.0"
}
}

@@ -185,4 +185,5 @@ Gengo.js

######Alpha
####Alpha
*For previous notes on changes, see CHANGELOG.md*
**alpha 0.2.20**

@@ -211,2 +212,8 @@ * Added more tests (all 127 passing)

*alpha.gengo.js is now moving to omega phase after this release.*
*alpha.gengo.js is now moving to omega phase after this release.*
####Omega
**omega 0.2.21**
* Updated readme
* Added mustache as dependency.

@@ -5,3 +5,3 @@ /*jslint node: true*/

cookieParser = require('cookie-parser'),
gengo = new require('../alpha.gengo.js'),
gengo = new require('../omega.gengo.js'),
request = require('supertest'),

@@ -8,0 +8,0 @@ approot = require('app-root-path'),

@@ -5,3 +5,3 @@ /*jslint node: true*/

cookieParser = require('cookie-parser'),
gengo = new require('../alpha.gengo.js'),
gengo = new require('../omega.gengo.js'),
request = require('supertest'),

@@ -8,0 +8,0 @@ approot = require('app-root-path'),

/*jslint node: true*/
/*global describe, before, it, after*/
var express = require('express'),
gengo = new require('../alpha.gengo.js'),
gengo = new require('../omega.gengo.js'),
request = require('supertest'),

@@ -6,0 +6,0 @@ approot = require('app-root-path'),

@@ -6,3 +6,3 @@ /*jslint node: true*/

debug = require('../modules/utils.js').debug,
gengo = new require('../alpha.gengo.js'),
gengo = new require('../omega.gengo.js'),
request = require('supertest'),

@@ -9,0 +9,0 @@ approot = require('app-root-path'),

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