New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@thi.ng/strings

Package Overview
Dependencies
Maintainers
1
Versions
204
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thi.ng/strings - npm Package Compare versions

Comparing version 3.0.1 to 3.0.3

16

CHANGELOG.md

@@ -6,2 +6,18 @@ # Change Log

## [3.0.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/strings@3.0.2...@thi.ng/strings@3.0.3) (2021-10-15)
**Note:** Version bump only for package @thi.ng/strings
## [3.0.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/strings@3.0.1...@thi.ng/strings@3.0.2) (2021-10-15)
**Note:** Version bump only for package @thi.ng/strings
## [3.0.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/strings@3.0.0...@thi.ng/strings@3.0.1) (2021-10-13)

@@ -8,0 +24,0 @@

14

package.json
{
"name": "@thi.ng/strings",
"version": "3.0.1",
"version": "3.0.3",
"description": "Various string formatting & utility functions",

@@ -37,9 +37,9 @@ "type": "module",

"dependencies": {
"@thi.ng/api": "^8.0.1",
"@thi.ng/errors": "^2.0.1",
"@thi.ng/hex": "^2.0.1",
"@thi.ng/memoize": "^3.0.1"
"@thi.ng/api": "^8.0.3",
"@thi.ng/errors": "^2.0.3",
"@thi.ng/hex": "^2.0.3",
"@thi.ng/memoize": "^3.0.3"
},
"devDependencies": {
"@thi.ng/testament": "^0.1.1"
"@thi.ng/testament": "^0.1.3"
},

@@ -193,3 +193,3 @@ "keywords": [

},
"gitHead": "2e6b3d7c0f4c5686c1e9bdb4902ed7d3f90bcc19"
"gitHead": "1fb38cac74d6c009d96855c28784a267a81badf1"
}

@@ -11,5 +11,5 @@ import { lengthAnsi } from "./ansi.js";

class Line {
n = 0;
w = [];
constructor(word, n) {
this.n = 0;
this.w = [];
word != null && this.add(word, n);

@@ -16,0 +16,0 @@ }

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