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

bifrost-cors

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bifrost-cors - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "bifrost-cors",
"version": "1.0.0",
"version": "1.0.1",
"description": "A cross-domain communication solution to share data and many more functionalities with simple as just calling a method.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -27,3 +27,2 @@ <img src="logo.jpg" width="75px" height="75" align="left"/>

| iframeBoolean| No | <b>true</b> :- If you already rendering the other domain in iframe <br> <b>false</b> If you are not rendering the other domain in iframe <br> Default <b>false</b> |
<<<<<<< HEAD
| iframeId| No | if __iframeBoolean__ is set to __true__ then you need to pass the ID for your Iframe in which you loading the other domain |

@@ -54,3 +53,3 @@ =======

#### Functionalities
* #### Cookies
* Cookies
* __Get Cookies__

@@ -76,3 +75,3 @@ ```javascript

* #### LocalStorage
* LocalStorage
* __Get local Storage__

@@ -105,3 +104,3 @@ ```javascript

* #### Bi-directional message thread
* Bi-directional message thread
* __Request Message Thread__

@@ -130,3 +129,3 @@ ```javascript

* #### Run JS expression
* Run JS expression
```javascript

@@ -136,3 +135,3 @@ // return type Boolean, parameter type string

```
* #### DOM Manipulation
* DOM Manipulation
* __DOM Manipulation by ID__

@@ -139,0 +138,0 @@ ```javascript

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