Socket
Socket
Sign inDemoInstall

extra-utils

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

extra-utils - npm Package Compare versions

Comparing version 5.1.1 to 5.2.0

lib/string/to-string.d.ts

1

lib/string/index.d.ts

@@ -8,1 +8,2 @@ export * from './is-char.js';

export * from './remove-trailing-blank-lines.js';
export * from './to-string.js';

@@ -8,2 +8,3 @@ export * from './is-char.js';

export * from './remove-trailing-blank-lines.js';
export * from './to-string.js';
//# sourceMappingURL=index.js.map

28

package.json
{
"name": "extra-utils",
"version": "5.1.1",
"version": "5.2.0",
"description": "Utilities for JavaScript and Typescript",

@@ -39,20 +39,20 @@ "files": [

"@blackglory/pass": "^1.1.0",
"@commitlint/cli": "^17.4.4",
"@commitlint/config-conventional": "^17.4.4",
"@types/jest": "^29.4.0",
"@types/jsdom": "^21.1.0",
"@types/lodash-es": "^4.17.6",
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.52.0",
"@commitlint/cli": "^17.6.1",
"@commitlint/config-conventional": "^17.6.1",
"@types/jest": "^29.5.0",
"@types/jsdom": "^21.1.1",
"@types/lodash-es": "^4.17.7",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"cross-env": "^7.0.3",
"eslint": "^8.34.0",
"eslint": "^8.38.0",
"husky": "^4.3.8",
"jest": "^29.4.3",
"jest-resolve": "^29.4.3",
"jest": "^29.5.0",
"jest-resolve": "^29.5.0",
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2",
"standard-version": "^9.5.0",
"ts-jest": "^29.0.5",
"ts-jest": "^29.1.0",
"ts-patch": "^2.1.0",
"tsd": "^0.25.0",
"tsd": "^0.28.1",
"tslib": "^2.5.0",

@@ -63,5 +63,5 @@ "typescript": "4.8",

"dependencies": {
"justypes": "^4.1.0",
"justypes": "^4.2.0",
"lodash-es": "^4.17.21"
}
}

@@ -101,2 +101,4 @@ # extra-utils

function isntURLString(text: string): boolean
function toString(val: unknown): string
```

@@ -103,0 +105,0 @@

@@ -8,1 +8,2 @@ export * from './is-char.js'

export * from './remove-trailing-blank-lines.js'
export * from './to-string.js'

Sorry, the diff of this file is not supported yet

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