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

bsb-js

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bsb-js - npm Package Compare versions

Comparing version 1.1.4 to 1.1.5

2

package.json
{
"name": "bsb-js",
"version": "1.1.4",
"version": "1.1.5",
"description": "JS library wrapping BuckleScript build",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -10,2 +10,3 @@ // @flow

const getErrorRegex = /(File [\s\S]*?:\r?\n|Fatal )[eE]rror: [\s\S]*?(?=ninja|\r?\n\r?\n|$)/g
const packageNotFoundRegex = /Package not found[\s\S]*?:?\r?\n[\s\S]*?[eE]rror:\s?[\s\S]*/g
const getSuperErrorRegex = /We've found a bug for you![\s\S]*?(?=ninja: build stopped)/g

@@ -42,2 +43,3 @@ const getWarningRegex = /((File [\s\S]*?Warning.+? \d+:)|Warning number \d+)[\s\S]*?(?=\[\d+\/\d+\]|$)/g

err.match(getErrorRegex) ||
err.match(packageNotFoundRegex) ||
[]

@@ -44,0 +46,0 @@ ).map(e => new Error(e))

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