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

grunt-localizr

Package Overview
Dependencies
Maintainers
5
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-localizr - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

3

lib/utils.js
'use strict';
var path = require('path'),
fs = require('fs');
var path = require('path');

@@ -5,0 +4,0 @@ module.exports = {

{
"name": "grunt-localizr",
"version": "0.2.3",
"version": "0.2.4",
"author": {

@@ -15,3 +15,3 @@ "name": "Poornima Venkatakrishnan",

"concat-stream": "~1.4.3",
"graceful-fs": "~2.0.2",
"graceful-fs": "^2.0.3",
"localizr": "~0.1.0",

@@ -18,0 +18,0 @@ "mkdirp": "~0.3.5",

@@ -27,3 +27,3 @@ /*───────────────────────────────────────────────────────────────────────────*\

qlimit = require('qlimit')(10),
fs = require('fs'),
fs = require('graceful-fs'),
localeList = require('../lib/localeList'),

@@ -30,0 +30,0 @@ logger;

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