Huge News!Announcing our $40M Series B led by Abstract Ventures.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 1.0.1 to 1.0.2

lib/env.d.ts

12

CHANGELOG.md

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

### 1.0.2 - 2019-12-27
#### 🐞 Fixes
- Rename env vars to not collide with Boost C++ library. ([b3d1153](https://github.com/milesj/boost/commit/b3d1153))
**Note:** Version bump only for package @boost/internal
### 1.0.1 - 2019-11-12

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

3

lib/index.d.ts

@@ -7,6 +7,7 @@ /**

import createInternalDebugger from './createInternalDebugger';
import env from './env';
import ExitError from './ExitError';
import RuntimeError from './RuntimeError';
import SignalError from './SignalError';
export { color, createInternalDebugger, ExitError, RuntimeError, SignalError };
export { color, createInternalDebugger, env, ExitError, RuntimeError, SignalError };
//# sourceMappingURL=index.d.ts.map

@@ -14,2 +14,4 @@ "use strict";

exports.createInternalDebugger = createInternalDebugger_1.default;
const env_1 = __importDefault(require("./env"));
exports.env = env_1.default;
const ExitError_1 = __importDefault(require("./ExitError"));

@@ -16,0 +18,0 @@ exports.ExitError = ExitError_1.default;

{
"name": "@boost/internal",
"version": "1.0.1",
"version": "1.0.2",
"description": "Boost internals.",

@@ -27,3 +27,3 @@ "keywords": [

},
"gitHead": "9d9e6858b1330fd3d1d580f2bb4216118d38ff31"
"gitHead": "2121f3e6c0b9a9db0559abd65a889253a74f3c03"
}

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