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

@loopback/dist-util

Package Overview
Dependencies
Maintainers
17
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@loopback/dist-util - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

8

CHANGELOG.md

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

<a name="0.3.1"></a>
## [0.3.1](https://github.com/strongloop/loopback-next/compare/@loopback/dist-util@0.3.0...@loopback/dist-util@0.3.1) (2018-05-08)
**Note:** Version bump only for package @loopback/dist-util
<a name="0.3.0"></a>

@@ -8,0 +16,0 @@ # 0.3.0 (2018-05-03)

3

index.js

@@ -15,3 +15,4 @@ // Copyright IBM Corp. 2018. All Rights Reserved.

`Node.js version ${process.versions.node} is not supported.` +
'Please use Node.js 8.x or newer.');
'Please use Node.js 8.x or newer.',
);
}

@@ -18,0 +19,0 @@ return nodeMajorVersion >= 10 ? './dist10' : './dist8';

{
"name": "@loopback/dist-util",
"version": "0.3.0",
"version": "0.3.1",
"description": "Select dist directory based on Node.js major version.",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/strongloop/loopback-next/tree/master/packages/dist-select",

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