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

cldr-data-downloader

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cldr-data-downloader - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

1

Gruntfile.js

@@ -32,2 +32,3 @@ module.exports = function(grunt) {

options: {
committish: "0b0ab50702b7bca7ae5e084b1b8732a39582d2b4..HEAD",
exceptionalAuthors: {

@@ -34,0 +35,0 @@ "rxaviers@gmail.com": "Rafael Xavier de Souza"

2

index.js

@@ -74,3 +74,3 @@ /**

var filterRe = options.filterRe;
if (typeof filterRe === 'string') {
if (typeof filterRe === "string") {
filterRe = new RegExp(filterRe);

@@ -77,0 +77,0 @@ }

@@ -20,3 +20,3 @@ /**

} catch (error) {
if (error.name === "AssertionError") {
if (error instanceof assert.AssertionError) {
return false;

@@ -23,0 +23,0 @@ }

{
"name": "cldr-data-downloader",
"version": "0.3.0",
"version": "0.3.1",
"keywords": [

@@ -49,3 +49,3 @@ "unicode",

"grunt": "0.4.x",
"grunt-contrib-jshint": "0.10.x",
"grunt-contrib-jshint": "0.12.x",
"grunt-dco": "0.0.3",

@@ -52,0 +52,0 @@ "matchdep": "*"

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