New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

b3m

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

b3m - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

2

build/index.js

@@ -46,4 +46,4 @@ 'use strict';

return (args.filter(removeNotSupportedTypes).map(handleBlocks.bind(null, block)).map(handleModifiers.bind(null, block)).join(' ').replace(',', ' ') || block).replace('-1', '').trim();
return (args.filter(removeNotSupportedTypes).map(handleBlocks.bind(null, block)).map(handleModifiers.bind(null, block)).join(' ').replace(/,/g, ' ') || block).replace('-1', '').trim();
};
};
{
"name": "b3m",
"version": "1.1.1",
"version": "1.1.2",
"main": "build/index.js",

@@ -5,0 +5,0 @@ "repository": {

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