Socket
Socket
Sign inDemoInstall

browserenv

Package Overview
Dependencies
103
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.6 to 1.0.0

4

index.js

@@ -5,3 +5,3 @@ var client = require('utilise/client')

if (!client) {
global.window = require('jsdom').jsdom('<div>').defaultView
global.window = (new (require('jsdom').JSDOM)()).window
global.document = document = window.document

@@ -12,2 +12,2 @@ } else {

module.exports = document
module.exports = document
{
"name": "browserenv",
"version": "0.0.6",
"version": "1.0.0",
"main": "index.js",

@@ -5,0 +5,0 @@ "dependencies": {

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