Socket
Socket
Sign inDemoInstall

node-iframe

Package Overview
Dependencies
14
Maintainers
1
Versions
74
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.8.4 to 1.8.5

6

package.json
{
"name": "node-iframe",
"version": "1.8.4",
"version": "1.8.5",
"description": "create iframes on your server to bypass CORS. Reverse engineer security issues.",

@@ -10,2 +10,6 @@ "main": "dist/iframe.js",

},
"repository": {
"type": "git",
"url": "git+https://github.com/j-mendez/node-iframe.git"
},
"keywords": [

@@ -12,0 +16,0 @@ "node-iframe",

6

README.md

@@ -5,3 +5,3 @@ # node-iframe

create iframes to bypass security issues on your server with node.js can also be used on the client
create iframes to bypass security issues on your server with node.js can also be used in a browser

@@ -18,4 +18,2 @@ ## Installation

import createIframe from "node-iframe";
// or
// const createIframe = require("node-iframe").default;

@@ -42,3 +40,3 @@ app.use(createIframe);

```typescript
const { fetchFrame } = require("node-iframe");
import { fetchFrame } from "node-iframe";

@@ -45,0 +43,0 @@ async function fetchIframe() {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc