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

grunt-i18n-abide

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-i18n-abide - npm Package Compare versions

Comparing version 0.0.11 to 0.0.12

2

package.json
{
"name": "grunt-i18n-abide",
"description": "Grunt plugin for running jsxgettext against your codebase.",
"version": "0.0.11",
"version": "0.0.12",
"homepage": "https://github.com/mozilla/grunt-i18n-abide",

@@ -6,0 +6,0 @@ "author": {

@@ -289,2 +289,4 @@ [![Build Status](https://travis-ci.org/mozilla/grunt-i18n-abide.svg?branch=master)](https://travis-ci.org/mozilla/grunt-i18n-abide)

* 0.0.12
* Fix lockfile path on windows (thanks @harcogijsbers)
* 0.0.11

@@ -291,0 +293,0 @@ * Update i18n-abide 0.0.19 -> 0.0.20

var fs = require('fs');
var path = require('path');
var os = require('os');

@@ -10,3 +11,3 @@ var po2json = require('po2json');

var lockFilePath = '/tmp/abideCompile.lock';
var lockFilePath = path.join(os.tmpdir(), 'abideCompile.lock');
var runShellSync = helpers.runShellSync;

@@ -13,0 +14,0 @@ var checkCommand = helpers.checkCommand;

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