Comparing version 7.0.3 to 7.1.0
{ | ||
"name": "eiows", | ||
"version": "7.0.3", | ||
"version": "7.1.0", | ||
"description": "custom fork of uWebSockets 0.14", | ||
@@ -8,6 +8,8 @@ "license": "MIT", | ||
"types": "./dist/eiows.d.ts", | ||
"os": ["!win32", "linux", "freebsd", "darwin"], | ||
"exports": { | ||
".": { | ||
"import": "./dist/wrapper.mjs", | ||
"require": "./dist/eiows.js" | ||
"require": "./dist/eiows.js", | ||
"types": "./dist/eiows.d.ts" | ||
}, | ||
@@ -14,0 +16,0 @@ "./package.json": "./package.json" |
@@ -19,3 +19,3 @@ eiows is a replacement module for ws which allows, but doesn't guarantee, significant performance and memory-usage improvements. This module is specifically only compatible with Node.js. | ||
import { Server } from "socket.io"; | ||
import { eiows } from 'eiows'; | ||
import eiows from 'eiows'; | ||
@@ -22,0 +22,0 @@ let server = http.createServer(); |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
105810