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

react-frame-component

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-frame-component - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

8

package.json
{
"name": "react-frame-component",
"version": "2.0.1",
"version": "2.0.2",
"description": "React component to wrap your application or component in an iFrame for encapsulation purposes",

@@ -16,3 +16,6 @@ "main": "lib/index.js",

"lint": "eslint '*.js' '{src,test}/**/*.js*'",
"prepublish": "npm run build"
"prepublish": "npm run build",
"predeploy": "webpack",
"deploy": "gh-pages -d dist",
"publish": "npm run deploy"
},

@@ -54,2 +57,3 @@ "repository": {

"eslint-plugin-react": "^6.9.0",
"gh-pages": "^1.1.0",
"html-webpack-plugin": "^2.28.0",

@@ -56,0 +60,0 @@ "karma": "^1.4.0",

@@ -19,3 +19,4 @@ const HtmlWebpackPlugin = require('html-webpack-plugin');

new HtmlWebpackPlugin({
title: 'React Frame Component Simple Example'
title: 'React Frame Component Simple Example',
template: './example/index.html'
})

@@ -22,0 +23,0 @@ ],

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