Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bowhead-js

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bowhead-js - npm Package Compare versions

Comparing version 6.0.1 to 6.0.2

2

dist/main.d.ts
export declare function muteExceptions(val: boolean): void;
export default function format(str: string, ...args: unknown[]): string;
export default function strf(str: string, ...args: unknown[]): string;

@@ -6,3 +6,3 @@ const regex = /{([0-9]+)(|[a-z|]+)?}/g;

}
export default function format(str, ...args) {
export default function strf(str, ...args) {
if (!str) {

@@ -9,0 +9,0 @@ return str;

{
"name": "bowhead-js",
"version": "6.0.1",
"version": "6.0.2",
"description": "Tiny string interpolation library",

@@ -33,16 +33,15 @@ "type": "module",

"devDependencies": {
"@types/mocha": "^8.2.2",
"@types/node": "^15.6.0",
"@typescript-eslint/eslint-plugin": "^4.25.0",
"@typescript-eslint/parser": "^4.25.0",
"daizong": "^0.13.0",
"eslint": "^7.27.0",
"eslint-config-mgenware": "^0.1.0",
"eslint-plugin-import": "^2.23.3",
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.10",
"@typescript-eslint/eslint-plugin": "^5.1.0",
"@typescript-eslint/parser": "^5.1.0",
"daizong": "^0.25.6",
"eslint": "^8.1.0",
"eslint-config-mgenware": "^0.2.0",
"eslint-plugin-import": "^2.25.2",
"mgenware-tsconfig-node": "^14.0.2",
"mocha": "^8.4.0",
"source-map-support": "^0.5.19",
"typescript": "^4.2.4"
},
"dependencies": {}
"mocha": "^10.1.0",
"source-map-support": "^0.5.20",
"typescript": "^4.4.4"
}
}

Sorry, the diff of this file is not supported yet

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