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

utilities

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

utilities - npm Package Compare versions

Comparing version 0.0.27 to 0.0.28

2

lib/file.js

@@ -254,4 +254,2 @@ /*

opts = {}; // Reset
if (from == to) {

@@ -258,0 +256,0 @@ throw new Error('Cannot copy ' + from + ' to itself.');

4

lib/i18n.js

@@ -39,3 +39,3 @@ /*

this.getDefaultLocale = function (locale) {
this.getDefaultLocale = function () {
return _defaultLocale;

@@ -56,3 +56,3 @@ };

i18n.I18n = function (locale) {
var _locale = locale || DEFAULT_LOCALE;
var _locale = locale || i18n.getDefaultLocale();

@@ -59,0 +59,0 @@ this.getLocale = function (locale) {

@@ -10,3 +10,3 @@ {

],
"version": "0.0.27",
"version": "0.0.28",
"author": "Matthew Eernisse <mde@fleegix.org> (http://fleegix.org)",

@@ -21,2 +21,5 @@ "main": "./lib/index.js",

},
"devDependencies": {
"jake": "latest"
},
"engines": {

@@ -23,0 +26,0 @@ "node": "*"

utilities
=========
[![build status](https://secure.travis-ci.org/mde/utilities.png)](http://travis-ci.org/mde/utilities)
[![Build Status](https://travis-ci.org/mde/utilities.png?branch=master)](https://travis-ci.org/mde/utilities)
A classic collection of JavaScript utilities
A classic collection of JavaScript utilities

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