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

rc-new-window

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rc-new-window - npm Package Compare versions

Comparing version 0.1.11 to 0.1.12

2

es/BrowserPopupWindow.js
import Bowser from 'bowser';
const browser = window && Bowser.getParser(window.navigator.userAgent);
const browser = typeof window === 'object' && Bowser.getParser(window.navigator.userAgent);
export function gerWindowBorder() {

@@ -4,0 +4,0 @@ switch (browser === null || browser === void 0 ? void 0 : browser.getOSName(true)) {

@@ -8,3 +8,3 @@ "use strict";

const bowser_1 = __importDefault(require("bowser"));
const browser = window && bowser_1.default.getParser(window.navigator.userAgent);
const browser = typeof window === 'object' && bowser_1.default.getParser(window.navigator.userAgent);
function gerWindowBorder() {

@@ -11,0 +11,0 @@ switch (browser === null || browser === void 0 ? void 0 : browser.getOSName(true)) {

{
"name": "rc-new-window",
"version": "0.1.11",
"version": "0.1.12",
"description": "popup new browser window with react",

@@ -5,0 +5,0 @@ "keywords": [

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