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

@loopback/core

Package Overview
Dependencies
Maintainers
17
Versions
205
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 0.6.1 to 0.7.0

dist10/index.d.ts

12

CHANGELOG.md

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

<a name="0.7.0"></a>
# [0.7.0](https://github.com/strongloop/loopback-next/compare/@loopback/core@0.6.1...@loopback/core@0.7.0) (2018-05-03)
### Features
* **context:** allow tags to have an optional value ([95acd11](https://github.com/strongloop/loopback-next/commit/95acd11))
* add helper package "dist-util" ([532f153](https://github.com/strongloop/loopback-next/commit/532f153))
<a name="0.6.1"></a>

@@ -8,0 +20,0 @@ ## [0.6.1](https://github.com/strongloop/loopback-next/compare/@loopback/core@0.6.0...@loopback/core@0.6.1) (2018-04-25)

2

index.js

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

module.exports = require('./dist');
module.exports = require('@loopback/dist-util').loadDist(__dirname);
{
"name": "@loopback/core",
"version": "0.6.1",
"version": "0.7.0",
"description": "",

@@ -10,6 +10,9 @@ "engines": {

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

@@ -24,7 +27,8 @@ "test": "lb-mocha \"DIST/test/unit/**/*.js\" \"DIST/test/integration/**/*.js\" \"DIST/test/acceptance/**/*.js\"",

"dependencies": {
"@loopback/context": "^0.8.1"
"@loopback/context": "^0.9.0",
"@loopback/dist-util": "^0.2.0"
},
"devDependencies": {
"@loopback/build": "^0.6.0",
"@loopback/testlab": "^0.8.0",
"@loopback/build": "^0.6.1",
"@loopback/testlab": "^0.9.0",
"@types/node": "^8.10.4"

@@ -36,6 +40,4 @@ },

"index.d.ts",
"dist/index.js",
"dist/src",
"dist/index.d.ts",
"dist/index.js.map",
"dist*/src",
"dist*/index*",
"src"

@@ -42,0 +44,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