Socket
Socket
Sign inDemoInstall

es5-ext

Package Overview
Dependencies
8
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.10.29 to 0.10.30

10

CHANGELOG.md

@@ -5,2 +5,12 @@ # Change Log

<a name="0.10.30"></a>
## [0.10.30](https://github.com/medikoo/es5-ext/compare/v0.10.29...v0.10.30) (2017-08-25)
### Bug Fixes
* value stringification for error message ([37bb96b](https://github.com/medikoo/es5-ext/commit/37bb96b))
<a name="0.10.29"></a>

@@ -7,0 +17,0 @@ ## [0.10.29](https://github.com/medikoo/es5-ext/compare/v0.10.28...v0.10.29) (2017-08-18)

2

object/ensure-finite-number.js

@@ -8,3 +8,3 @@ "use strict";

if (isFiniteNumber(value)) return Number(value);
throw new TypeError(safeToString + " does not represent a finite number value");
throw new TypeError(safeToString(value) + " does not represent a finite number value");
};
{
"name": "es5-ext",
"version": "0.10.29",
"version": "0.10.30",
"description": "ECMAScript extensions and shims",

@@ -5,0 +5,0 @@ "author": "Mariusz Nowak <medyk@medikoo.com> (http://www.medikoo.com/)",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc