bowhead-js
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -36,3 +36,5 @@ "use strict"; | ||
} | ||
var input = args[idx] ? args[idx].toString() : ''; | ||
var input = args[idx] | ||
? args[idx].toString() | ||
: ''; | ||
var payloadStrings = payload.split(':'); | ||
@@ -39,0 +41,0 @@ var funcName = payloadStrings[0]; |
{ | ||
"name": "bowhead-js", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Tiny string interpolation library", | ||
"main": "dist/main.js", | ||
"types": "dist/main.d.ts", | ||
"author": "Mgen (https://www.mgenware.com)", | ||
"author": "Mgen (https://github.com/mgenware)", | ||
"homepage": "https://github.com/mgenware/bowhead-js", | ||
"bugs": "https://github.com/mgenware/bowhead-js/issues", | ||
"keywords": [ | ||
"layit" | ||
"string interpolation" | ||
], | ||
@@ -37,10 +37,10 @@ "repository": { | ||
"devDependencies": { | ||
"@types/mocha": "^7.0.1", | ||
"@types/node": "^13.7.7", | ||
"@typescript-eslint/eslint-plugin": "^2.21.0", | ||
"@typescript-eslint/parser": "^2.21.0", | ||
"cross-env": "^7.0.0", | ||
"del-cli": "^3.0.0", | ||
"eslint": "^6.8.0", | ||
"mocha": "^7.1.0", | ||
"@types/mocha": "^8.0.3", | ||
"@types/node": "^14.6.0", | ||
"@typescript-eslint/eslint-plugin": "^3.9.1", | ||
"@typescript-eslint/parser": "^3.9.1", | ||
"cross-env": "^7.0.2", | ||
"del-cli": "^3.0.1", | ||
"eslint": "^7.7.0", | ||
"mocha": "^8.1.1", | ||
"typescript": "^3.8.3" | ||
@@ -47,0 +47,0 @@ }, |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8775
79