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 1.0.0 to 1.0.1

webpack.config.js

2

lib/Frame.js

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

} else {
setTimeout(this.renderFrameContents, 0);
setTimeout(this.renderFrameContents.bind(this), 0);
}

@@ -147,0 +147,0 @@ }

{
"name": "react-frame-component",
"version": "1.0.0",
"version": "1.0.1",
"description": "React component to wrap your application or component in an iFrame for encapsulation purposes",

@@ -9,3 +9,4 @@ "main": "lib/index.js",

"test": "npm-run-all --parallel lint karma:once --sequential build",
"develop": "npm-run-all --parallel karma:dev",
"serve": "webpack-dev-server --host 0.0.0.0 --hot --inline --history-api-fallback",
"start": "npm-run-all --parallel karma:dev serve",
"karma:once": "karma start --single-run",

@@ -41,3 +42,3 @@ "karma:dev": "karma start --browsers Chrome,Electron",

"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.10",
"babel-loader": "^6.3.2",
"babel-plugin-transform-class-properties": "^6.19.0",

@@ -55,2 +56,3 @@ "babel-preset-latest": "^6.16.0",

"eslint-plugin-react": "^6.9.0",
"html-webpack-plugin": "^2.28.0",
"karma": "^1.4.0",

@@ -64,3 +66,3 @@ "karma-chrome-launcher": "^2.0.0",

"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.1",
"karma-webpack": "^2.0.2",
"mocha": "^3.2.0",

@@ -77,3 +79,4 @@ "mocha-junit-reporter": "^1.13.0",

"wallaby-webpack": "^0.0.30",
"webpack": "^1.14.0"
"webpack": "1.x",
"webpack-dev-server": "^1.16.3"
},

@@ -80,0 +83,0 @@ "dependencies": {},

@@ -121,3 +121,3 @@ import React, { Component, PropTypes } from 'react';

} else {
setTimeout(this.renderFrameContents, 0);
setTimeout(this.renderFrameContents.bind(this), 0);
}

@@ -124,0 +124,0 @@ }

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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