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

@highpoint/js-fetch

Package Overview
Dependencies
Maintainers
3
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@highpoint/js-fetch - npm Package Compare versions

Comparing version 3.3.0 to 4.0.0

6

CHANGELOG.md

@@ -0,1 +1,7 @@

# v4.0.0
### POTENTIALLY BREAKING CHANGE
- On each fetch, the postMessage call will pass an object instead of a string (prevents PT_COMMON error)
# v3.1.0

@@ -2,0 +8,0 @@

4

dist/js-fetch.js

@@ -139,3 +139,5 @@ import _objectSpread2 from "@babel/runtime/helpers/objectSpread";

if (isFramed) {
window.parent.postMessage('is-active', '*'); // Let parent know child is active
window.parent.postMessage({
type: 'is-active'
}, '*'); // Let parent know child is active
}

@@ -142,0 +144,0 @@

{
"name": "@highpoint/js-fetch",
"version": "3.3.0",
"version": "4.0.0",
"description": "HighPoint Fetch Library",

@@ -5,0 +5,0 @@ "main": "dist/js-fetch.js",

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