🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

@stdlib/string-base-format-tokenize

Package Overview
Dependencies
Maintainers
4
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stdlib/string-base-format-tokenize - npm Package Compare versions

Comparing version

to
0.0.3

4

lib/index.js

@@ -36,3 +36,3 @@ /**

var formatTokenize = require( './main.js' );
var main = require( './main.js' );

@@ -42,2 +42,2 @@

module.exports = formatTokenize;
module.exports = main;
{
"name": "@stdlib/string-base-format-tokenize",
"version": "0.0.2",
"version": "0.0.3",
"description": "Tokenize a string into an array of string parts and format identifier objects.",

@@ -5,0 +5,0 @@ "license": "Apache-2.0",

@@ -145,4 +145,4 @@ <!--

[test-image]: https://github.com/stdlib-js/string-base-format-tokenize/actions/workflows/test.yml/badge.svg?branch=v0.0.2
[test-url]: https://github.com/stdlib-js/string-base-format-tokenize/actions/workflows/test.yml?query=branch:v0.0.2
[test-image]: https://github.com/stdlib-js/string-base-format-tokenize/actions/workflows/test.yml/badge.svg?branch=v0.0.3
[test-url]: https://github.com/stdlib-js/string-base-format-tokenize/actions/workflows/test.yml?query=branch:v0.0.3

@@ -149,0 +149,0 @@ [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/string-base-format-tokenize/main.svg