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

utility

Package Overview
Dependencies
Maintainers
3
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

utility - npm Package Compare versions

Comparing version 1.16.2 to 1.16.3

6

History.md
1.16.3 / 2019-11-20
==================
**fixes**
* [[`cf79437`](http://github.com/node-modules/utility/commit/cf794378d9a567b2acdbe894fb0fe86bb11c8e31)] - fix: do not use ECMAScript6 syntax. (#52) (ULIVZ <<472590061@qq.com>>)
1.16.2 / 2019-11-19

@@ -3,0 +9,0 @@ ==================

2

lib/function.js

@@ -22,3 +22,3 @@ 'use strict';

var type = typeof func;
assert(type === 'function', `The "func" must be a function. Received type "${type}"`);
assert(type === 'function', 'The "func" must be a function. Received type "' + type + '"');

@@ -25,0 +25,0 @@ cache = cache !== false;

{
"name": "utility",
"version": "1.16.2",
"version": "1.16.3",
"description": "A collection of useful utilities.",

@@ -5,0 +5,0 @@ "main": "lib/utility.js",

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