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

egg-jsonp

Package Overview
Dependencies
Maintainers
4
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

egg-jsonp - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

2

app/extend/application.js

@@ -84,3 +84,3 @@ 'use strict';

parsed = parsed || url.parse(referrer);
const { hostname } = parsed;
const hostname = parsed.hostname || '';

@@ -87,0 +87,0 @@ if (item[0] === '.' &&

1.1.2 / 2017-07-21
==================
* fix: should not throw when referrer illegal (#5)
1.1.1 / 2017-06-04

@@ -3,0 +8,0 @@ ==================

{
"name": "egg-jsonp",
"version": "1.1.1",
"version": "1.1.2",
"description": "jsonp support for egg",

@@ -5,0 +5,0 @@ "eggPlugin": {

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