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

@loopback/http-caching-proxy

Package Overview
Dependencies
Maintainers
17
Versions
138
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@loopback/http-caching-proxy - npm Package Compare versions

Comparing version 0.2.6 to 0.2.7

8

CHANGELOG.md

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

<a name="0.2.7"></a>
## [0.2.7](https://github.com/strongloop/loopback-next/compare/@loopback/http-caching-proxy@0.2.6...@loopback/http-caching-proxy@0.2.7) (2018-07-10)
**Note:** Version bump only for package @loopback/http-caching-proxy
<a name="0.2.6"></a>

@@ -8,0 +16,0 @@ ## [0.2.6](https://github.com/strongloop/loopback-next/compare/@loopback/http-caching-proxy@0.2.5...@loopback/http-caching-proxy@0.2.6) (2018-06-28)

10

package.json
{
"name": "@loopback/http-caching-proxy",
"version": "0.2.6",
"version": "0.2.7",
"description": "A caching HTTP proxy for integration tests. NOT SUITABLE FOR PRODUCTION USE!",

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

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

@@ -34,3 +34,3 @@ "verify": "npm pack && tar xf loopback-caching-proxy*.tgz && tree package && npm run clean"

"@loopback/build": "^0.6.11",
"@loopback/testlab": "^0.10.10",
"@loopback/testlab": "^0.10.11",
"@types/debug": "^0.0.30",

@@ -37,0 +37,0 @@ "@types/delay": "^2.0.1",

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