You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

isows

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

isows - npm Package Compare versions

Comparing version

to
1.0.7

6

CHANGELOG.md
# isows
## 1.0.7
### Patch Changes
- [#21](https://github.com/wevm/isows/pull/21) [`8d6f65858afc0cb131d40c6f415542347b0c909c`](https://github.com/wevm/isows/commit/8d6f65858afc0cb131d40c6f415542347b0c909c) Thanks [@lucasloisp](https://github.com/lucasloisp)! - Fixed `react-native` export in `package.json#exports`.
## 1.0.6

@@ -4,0 +10,0 @@

4

package.json
{
"name": "isows",
"description": "Isomorphic WebSocket",
"version": "1.0.6",
"version": "1.0.7",
"browser": "./_esm/native.js",

@@ -27,4 +27,4 @@ "main": "./_cjs/index.js",

"workerd": "./_esm/native.js",
"react-native": "./_esm/native.js",
"import": "./_esm/index.js",
"react-native": "./_esm/native.js",
"default": "./_cjs/index.js"

@@ -31,0 +31,0 @@ },