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

ssr-window

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ssr-window - npm Package Versions

23

4.0.2

Diff

Changelog

Source

4.0.2 (2021-12-13)

Features

  • export package.json (#18) (8a019fb)
nolimits4web
published 4.0.1 •

Changelog

Source

4.0.1 (2021-10-27)

Features

  • add "main" and "module" package.json fields (bc2984a)
nolimits4web
published 4.0.0 •

Changelog

Source

4.0.0 - Released on August 25, 2021

  • Increase build target to es6
  • Now package uses only exports field which exports ES module
nolimits4web
published 4.0.0-beta.3 •

Changelog

Source

4.0.0-beta.3 - Released on August 4, 2021

  • Increase build target to es6
nolimits4web
published 4.0.0-beta.2 •

nolimits4web
published 4.0.0-beta.1 •

Changelog

Source

4.0.0-beta.1 - Released on July 22, 2021

  • Now package uses only exports field which exports ES module
nolimits4web
published 3.0.0 •

Changelog

Source

3.0.0 - Released on November 9, 2020

  • Now it uses getter functions for window and document to not to polute existing scope:

    import { getWindow, getDocument } from 'ssr-window';
    
    const window = getWindow();
    const document = getDocument();
    
nolimits4web
published 3.0.0-alpha.4 •

nolimits4web
published 3.0.0-alpha.3 •

nolimits4web
published 2.0.0 •

Changelog

Source

2.0.0 - Released on May 12, 2020

  • Now it uses patching instead of creating window and document if they are already available
  • Added extend method
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