You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@stdlib/string-from-code-point

Package Overview
Dependencies
Maintainers
4
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stdlib/string-from-code-point - npm Package Compare versions

Comparing version

to
0.2.1

30

package.json
{
"name": "@stdlib/string-from-code-point",
"version": "0.2.0",
"version": "0.2.1",
"description": "Create a string from a sequence of Unicode code points.",

@@ -18,15 +18,8 @@ "license": "Apache-2.0",

"directories": {
"benchmark": "./benchmark",
"doc": "./docs",
"example": "./examples",
"lib": "./lib",
"test": "./test"
"dist": "./dist"
},
"types": "./docs/types",
"scripts": {
"test": "make test",
"test-cov": "make test-cov",
"examples": "make examples",
"benchmark": "make benchmark"
},
"scripts": {},
"homepage": "https://stdlib.io",

@@ -41,14 +34,9 @@ "repository": {

"dependencies": {
"@stdlib/assert-is-collection": "^0.2.0",
"@stdlib/assert-is-nonnegative-integer": "^0.2.0",
"@stdlib/constants-unicode-max": "^0.2.0",
"@stdlib/constants-unicode-max-bmp": "^0.2.0",
"@stdlib/string-format": "^0.2.0"
"@stdlib/assert-is-collection": "^0.2.1",
"@stdlib/assert-is-nonnegative-integer": "^0.2.1",
"@stdlib/constants-unicode-max": "^0.2.1",
"@stdlib/constants-unicode-max-bmp": "^0.2.1",
"@stdlib/string-format": "^0.2.1"
},
"devDependencies": {
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
"proxyquire": "^2.0.0",
"istanbul": "^0.4.1",
"tap-min": "git+https://github.com/Planeshifter/tap-min.git"
},
"devDependencies": {},
"engines": {

@@ -55,0 +43,0 @@ "node": ">=0.10.0",

@@ -204,4 +204,4 @@ <!--

[test-image]: https://github.com/stdlib-js/string-from-code-point/actions/workflows/test.yml/badge.svg?branch=v0.2.0
[test-url]: https://github.com/stdlib-js/string-from-code-point/actions/workflows/test.yml?query=branch:v0.2.0
[test-image]: https://github.com/stdlib-js/string-from-code-point/actions/workflows/test.yml/badge.svg?branch=v0.2.1
[test-url]: https://github.com/stdlib-js/string-from-code-point/actions/workflows/test.yml?query=branch:v0.2.1

@@ -208,0 +208,0 @@ [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/string-from-code-point/main.svg