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

@loopback/dist-util

Package Overview
Dependencies
Maintainers
16
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.7 to 0.4.0

12

CHANGELOG.md

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

<a name="0.4.0"></a>
# [0.4.0](https://github.com/strongloop/loopback-next/compare/@loopback/dist-util@0.3.7...@loopback/dist-util@0.4.0) (2018-10-06)
### Features
* deprecate dist-util package ([91a343c](https://github.com/strongloop/loopback-next/commit/91a343c))
<a name="0.3.7"></a>

@@ -8,0 +20,0 @@ ## [0.3.7](https://github.com/strongloop/loopback-next/compare/@loopback/dist-util@0.3.6...@loopback/dist-util@0.3.7) (2018-09-10)

4

package.json
{
"name": "@loopback/dist-util",
"version": "0.3.7",
"version": "0.4.0",
"description": "Select dist directory based on Node.js major version.",

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

"license": "MIT",
"gitHead": "b351268a9b150252573a3295d4fe650540576a60"
"gitHead": "f59e587c79e6cf49a6706dd297df085b02f9eec7"
}
# @loopback/dist-util
**This package is no longer actively maintained.**
Please upgrade your project to use a single compilation target, for example by
changing your `build` script in `package.json` as follows:
```json
{
"scripts": {
"build": "lb-tsc es2017 --outDir dist"
}
}
```
## Overview
Utilities to work with `dist` folders used by different Node.js versions.

@@ -4,0 +19,0 @@

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