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

@boost/internal

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@boost/internal - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

12

CHANGELOG.md

@@ -6,2 +6,14 @@ # Change Log

### 2.1.1 - 2020-10-08
#### 📦 Dependencies
- Update all to latest. ([bb04025](https://github.com/milesj/boost/commit/bb04025))
**Note:** Version bump only for package @boost/internal
## 2.1.0 - 2020-08-17

@@ -8,0 +20,0 @@

10

lib/index.js

@@ -5,6 +5,8 @@ 'use strict';

function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
var debug = require('debug');
var debug = _interopDefault(require('debug'));
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
var debug__default = /*#__PURE__*/_interopDefaultLegacy(debug);
/* eslint-disable no-magic-numbers, sort-keys */

@@ -35,5 +37,5 @@ // https://github.com/chalk/ansi-styles/blob/master/index.js#L75

}
debug.formatters.S = sentenceCase;
debug__default['default'].formatters.S = sentenceCase;
function createInternalDebugger(namespace) {
return debug("boost:" + namespace);
return debug__default['default']("boost:" + namespace);
}

@@ -40,0 +42,0 @@

6

package.json
{
"name": "@boost/internal",
"version": "2.1.0",
"version": "2.1.1",
"release": "1594765247526",

@@ -22,3 +22,3 @@ "description": "Boost internals.",

"dependencies": {
"debug": "^4.1.1"
"debug": "^4.2.0"
},

@@ -29,3 +29,3 @@ "funding": {

},
"gitHead": "7982950ce80d97d1815234ee0d66b5dc4ac3a843"
"gitHead": "ae1d2626dae91a712357029bc6d43a78b422ed27"
}
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