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

@bullhorn/bullhorn-cli

Package Overview
Dependencies
Maintainers
4
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bullhorn/bullhorn-cli - npm Package Compare versions

Comparing version 2.2.0 to 2.2.1

2

commands/extract-extension.js

@@ -8,3 +8,3 @@ const fs = require('fs');

function cleanUpScriptString(script) {
return script.replace(/function\s?\((\w+[,]?\s?)+\)\s?{((.|\n)*(?=}))}/gm, '$2').trim();
return script.replace(/function\s?\((\w+,?\s?)+\)\s?{((.|\n)*})(.|\n)*}(.|\n)*/gm, '$2').trim();
}

@@ -11,0 +11,0 @@

{
"name": "@bullhorn/bullhorn-cli",
"version": "2.2.0",
"version": "2.2.1",
"description": "",

@@ -5,0 +5,0 @@ "preferGlobal": true,

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