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

@loopback/core

Package Overview
Dependencies
Maintainers
18
Versions
202
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@loopback/core - npm Package Compare versions

Comparing version 4.0.0-alpha.32 to 4.0.0-alpha.33

dist/index.js.map

19

CHANGELOG.md

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

<a name="4.0.0-alpha.33"></a>
# [4.0.0-alpha.33](https://github.com/strongloop/loopback-next/compare/@loopback/core@4.0.0-alpha.32...@loopback/core@4.0.0-alpha.33) (2018-02-07)
### build
* drop dist6 related targets ([#945](https://github.com/strongloop/loopback-next/issues/945)) ([a2368ce](https://github.com/strongloop/loopback-next/commit/a2368ce))
### BREAKING CHANGES
* Support for Node.js version lower than 8.0 has been dropped.
Please upgrade to the latest Node.js 8.x LTS version.
Co-Authored-by: Taranveer Virk <taranveer@virk.cc>
<a name="4.0.0-alpha.32"></a>

@@ -8,0 +27,0 @@ # [4.0.0-alpha.32](https://github.com/strongloop/loopback-next/compare/@loopback/core@4.0.0-alpha.31...@loopback/core@4.0.0-alpha.32) (2018-02-04)

3

index.js

@@ -6,3 +6,2 @@ // Copyright IBM Corp. 2017. All Rights Reserved.

const nodeMajorVersion = +process.versions.node.split('.')[0];
module.exports = nodeMajorVersion >= 7 ? require('./dist') : require('./dist6');
module.exports = require('./dist');
{
"name": "@loopback/core",
"version": "4.0.0-alpha.32",
"version": "4.0.0-alpha.33",
"description": "",

@@ -10,10 +10,7 @@ "engines": {

"acceptance": "lb-mocha \"DIST/test/acceptance/**/*.js\"",
"build": "npm run build:dist && npm run build:dist6",
"build:current": "lb-tsc",
"build:dist": "lb-tsc es2017",
"build:dist6": "lb-tsc es2015",
"build": "lb-tsc es2017",
"build:apidocs": "lb-apidocs",
"clean": "lb-clean loopback-core*.tgz dist dist6 package api-docs",
"clean": "lb-clean loopback-core*.tgz dist package api-docs",
"prepublishOnly": "npm run build && npm run build:apidocs",
"pretest": "npm run build:current",
"pretest": "npm run build",
"integration": "lb-mocha \"DIST/test/integration/**/*.js\"",

@@ -28,3 +25,3 @@ "test": "lb-mocha \"DIST/test/unit/**/*.js\" \"DIST/test/integration/**/*.js\" \"DIST/test/acceptance/**/*.js\"",

"dependencies": {
"@loopback/context": "^4.0.0-alpha.30",
"@loopback/context": "^4.0.0-alpha.31",
"lodash": "^4.17.4",

@@ -35,3 +32,3 @@ "topo": "^3.0.0"

"@loopback/build": "^4.0.0-alpha.13",
"@loopback/testlab": "^4.0.0-alpha.23"
"@loopback/testlab": "^4.0.0-alpha.24"
},

@@ -42,4 +39,6 @@ "files": [

"index.d.ts",
"dist/index.js",
"dist/src",
"dist6/src",
"dist/index.d.ts",
"dist/index.js.map",
"api-docs",

@@ -46,0 +45,0 @@ "src"

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