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

grunt-static-i18n

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-static-i18n - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

.coveralls.yml

8

Gruntfile.js

@@ -64,3 +64,3 @@ /*

quiet: true,
captureFile: 'lcov.info'
captureFile: 'coverage/lcov.info'
},

@@ -73,6 +73,6 @@ src: ['coverage/test/**/*.js']

options: {
debug: true,
coverage_dir: 'coverage',
dryRun: false,
force: true
},
all: {
src: 'lcov.info'
}

@@ -79,0 +79,0 @@ },

{
"name": "grunt-static-i18n",
"version": "0.0.1",
"version": "0.0.2",
"description": "Grunt plugin to translate static assets.",

@@ -24,2 +24,6 @@ "homepage": "https://github.com/beck/grunt-static-i18n",

],
"dependencies": {
"lodash-node": "2.4.x",
"node-gettext": "0.2.x"
},
"devDependencies": {

@@ -31,4 +35,2 @@ "grunt-contrib-clean": "0.5.x",

"load-grunt-tasks": "0.3.x",
"lodash-node": "2.4.x",
"node-gettext": "0.2.x",
"sinon": "1.8.x",

@@ -39,3 +41,3 @@ "grunt-contrib-copy": "~0.5.0",

"mocha-lcov-reporter": "0.0.1",
"grunt-coveralls": "~0.3.0"
"grunt-karma-coveralls": "~2.4.0"
},

@@ -42,0 +44,0 @@ "scripts": {

@@ -117,2 +117,6 @@ /*

if (!this.files.length) {
grunt.log.warn('No files provided for translation.');
}
this.files.forEach(function task(file) {

@@ -119,0 +123,0 @@ file.src

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