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 3.0.0 to 3.0.1

4

dist/main.js

@@ -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

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