socket.io-adapter
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -0,1 +1,7 @@ | ||
## [2.0.2](https://github.com/socketio/socket.io-adapter/compare/2.0.1...2.0.2) (2020-09-28) | ||
The dist/ directory was not up-to-date when publishing the previous version... | ||
## [2.0.1](https://github.com/socketio/socket.io-adapter/compare/2.0.0...2.0.1) (2020-09-28) | ||
@@ -2,0 +8,0 @@ |
{ | ||
"name": "socket.io-adapter", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"license": "MIT", | ||
@@ -26,4 +26,5 @@ "repository": { | ||
"format:check": "prettier --parser typescript --check 'lib/**/*.ts' 'test/**/*.js'", | ||
"format:fix": "prettier --parser typescript --write 'lib/**/*.ts' 'test/**/*.js'" | ||
"format:fix": "prettier --parser typescript --write 'lib/**/*.ts' 'test/**/*.js'", | ||
"prepack": "tsc" | ||
} | ||
} |
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
9533