Socket
Socket
Sign inDemoInstall

string.fromcodepoint

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

string.fromcodepoint - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

9

CHANGELOG.md

@@ -8,2 +8,11 @@ # Changelog

## [v1.0.3](https://github.com/mathiasbynens/String.fromCodePoint/compare/v1.0.2...v1.0.3) - 2024-02-05
### Commits
- [Deps] update `call-bind`, `define-properties`, `es-abstract`, `get-intrinsic` [`de770f7`](https://github.com/mathiasbynens/String.fromCodePoint/commit/de770f7def8b9c9e7b5c4a7fc835758d92359737)
- [Dev Deps] update `aud`, `npmignore`, `tape` [`dcfc09a`](https://github.com/mathiasbynens/String.fromCodePoint/commit/dcfc09a48778d17520c5ac4fbeeb6699476dea0f)
- [meta] add missing `engines.node` [`7821acd`](https://github.com/mathiasbynens/String.fromCodePoint/commit/7821acd94a865998cd265803a7a6f9a6c13e46c1)
- [Refactor] use `es-errors`, so things that only need those do not need `get-intrinsic` [`de71c86`](https://github.com/mathiasbynens/String.fromCodePoint/commit/de71c86ed35a4a5fe905cc2c24559c527c448db6)
## [v1.0.2](https://github.com/mathiasbynens/String.fromCodePoint/compare/v1.0.1...v1.0.2) - 2023-08-26

@@ -10,0 +19,0 @@

2

implementation.js

@@ -12,3 +12,3 @@ /*! https://mths.be/fromcodepoint v1.0.0 by @mathias */

var $RangeError = GetIntrinsic('%RangeError%');
var $RangeError = require('es-errors/range');
var $push = callBound('Array.prototype.push');

@@ -15,0 +15,0 @@ var $fromCharCodeSpread = callBind.apply(GetIntrinsic('%String.fromCharCode%'), null);

{
"name": "string.fromcodepoint",
"version": "1.0.2",
"version": "1.0.3",
"description": "A robust & optimized `String.fromCodePoint` polyfill, based on the ECMAScript 6 specification.",

@@ -44,6 +44,7 @@ "homepage": "https://mths.be/fromcodepoint",

"dependencies": {
"call-bind": "^1.0.2",
"define-properties": "^1.2.0",
"es-abstract": "^1.22.1",
"get-intrinsic": "^1.2.1"
"call-bind": "^1.0.6",
"define-properties": "^1.2.1",
"es-abstract": "^1.22.3",
"es-errors": "^1.3.0",
"get-intrinsic": "^1.2.3"
},

@@ -53,9 +54,9 @@ "devDependencies": {

"@ljharb/eslint-config": "^21.1.0",
"aud": "^2.0.3",
"aud": "^2.0.4",
"auto-changelog": "^2.4.0",
"eslint": "=8.8.0",
"functions-have-names": "^1.2.3",
"npmignore": "^0.3.0",
"npmignore": "^0.3.1",
"nyc": "^10.3.2",
"tape": "^5.6.6"
"tape": "^5.7.4"
},

@@ -74,3 +75,6 @@ "auto-changelog": {

]
},
"engines": {
"node": ">= 0.4"
}
}
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