File tree 3 files changed +10
-2
lines changed
3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 4.0.2] ( https://github.com/tradle/react-native-udp/compare/v4.0.1...v4.0.2 ) (2020-09-06)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * Add backwards compatiblity with CommonJS require() ([ #137 ] ( https://github.com/tradle/react-native-udp/issues/137 ) ) ([ af36905] ( https://github.com/tradle/react-native-udp/commit/af36905bd92dbf78194f2d2d38aa531e9e2b4553 ) )
7
+
1
8
## [ 4.0.1] ( https://github.com/tradle/react-native-udp/compare/v4.0.0...v4.0.1 ) (2020-09-01)
2
9
3
10
Original file line number Diff line number Diff line change 1
- export default class UdpSockets {
1
+ export default UdpSockets ;
2
+ declare class UdpSockets {
2
3
/**
3
4
* Creates a `UdpSockets.Socket` object. Once the socket is created, calling
4
5
* `socket.bind()` will instruct the socket tobegin listening for datagram
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-udp" ,
3
- "version" : " 4.0.1 " ,
3
+ "version" : " 4.0.2 " ,
4
4
"description" : " React Native UDP socket API for Android & iOS" ,
5
5
"homepage" : " https://github.com/tradle/react-native-udp" ,
6
6
"main" : " src/index.js" ,
You can’t perform that action at this time.
0 commit comments