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

react-new-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

react-new-window - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

types/NewWindow.d.ts

9

package.json
{
"name": "react-new-window",
"description": "🔲 Pop a new window in React, using window.open",
"version": "0.1.1",
"version": "0.1.2",
"keywords": [

@@ -20,5 +20,6 @@ "react",

"es",
"umd"
"umd",
"types"
],
"types": "./src/NewWindow.d.ts",
"types": "./types/NewWindow.d.ts",
"dependencies": {

@@ -40,5 +41,7 @@ "prop-types": "^15.7.2"

"eslint-plugin-react": "^7.13.0",
"husky": "^2.3.0",
"jest": "^22.4.4",
"np": "^2.20.1",
"prettier": "^1.17.1",
"pretty-quick": "^1.11.0",
"react": "^16.8.6",

@@ -45,0 +48,0 @@ "react-dom": "^16.8.6",

@@ -17,3 +17,3 @@ [![React New Window - Pop new windows in React, using window.open API.](.github/banner.svg)](#features)

```shell
```sh
npm i react-new-window --save

@@ -66,3 +66,5 @@ ```

`npm run release`
```sh
npm run release
```

@@ -69,0 +71,0 @@ ### Prior work

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