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 1.0.0 to 1.0.1

13

package.json
{
"name": "bowhead-js",
"version": "1.0.0",
"version": "1.0.1",
"description": "Tiny string interpolation library",

@@ -20,3 +20,3 @@ "main": "dist/main.js",

"test": "yarn run clean && yarn run compile && yarn run lint && yarn run t",
"t": "jest",
"t": "mocha dist_tests/*.js",
"build": "cross-env NODE_ENV=production yarn test",

@@ -32,13 +32,8 @@ "compile": "tsc -b tests",

},
"jest": {
"moduleFileExtensions": [
"js"
]
},
"devDependencies": {
"@types/jest": "^24.0.17",
"@types/mocha": "^5.2.7",
"@types/node": "^12.7.1",
"cross-env": "^5.2.0",
"del-cli": "^2.0.0",
"jest": "^24.8.0",
"mocha": "^6.2.0",
"tslint": "^5.18.0",

@@ -45,0 +40,0 @@ "typescript": "^3.5.3"

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