npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

cordova-plugin-chrome-apps-sockets-tcp

v1.3.7

Published

This plugin provides TCP client sockets for Android and iOS.

Downloads

582

Readme

chrome.sockets.tcp Plugin

This plugin provides TCP client sockets for Android and iOS.

Status

Beta on Android and iOS.

Reference

The API reference is here.

Release Notes

1.3.7 (Jan 31, 2017)

  • Fix disconnect() sometimes not disconnecting on iOS

1.3.6 (Aug 12, 2016)

  • Fix connect() being run on UI thread (Android)

1.3.5 (Aug 10, 2016)

  • Better TLS handling in Android implementation

1.3.4 (May 29, 2015)

  • Fix writes being silently truncated when sending large ArrayBuffers
  • Fix a case of busy-waiting (yikes!)
  • Increase socket read buffer size from 4k -> 32k to match write buffer size

1.3.3 (April 30, 2015)

  • Renamed plugin to pubilsh to NPM

1.3.2 (Mar 17, 2015)

  • ios: Fix warning about unsigned -> int

1.3.1 (Jan 27, 2015)

  • Fix ssl handshake infinite loop & return error when address is unresolvable
  • chrome.sockets.pipeToFile: send receive events at most 10 times per sec

1.3.0 (Nov 26, 2014)

  • Added mobile-only chrome.sockets.tcp.pipeToFile API
  • android sockets.tcp: send an error when receive EOF

1.2.0 (November 17, 2014)

  • Remove unnecessary headers for chrome.sockets.* - ios
  • Fix possible blocks leak memory
  • sockets.tcp - redirect to file for iOS & Android
  • Fixed chrome.sockets.udp socket close with error problem
  • chrome.sockets: open selector in selector thread
  • Fix auto tests & resumeRead accidentally read paused or unconnected sockets on iOS
  • Improve chrome.sockets.tcp throughput for iOS & Android
  • Fix setPaused for iOS
  • Add setKeepAlive and setNoDelay for Android
  • Don't modify interest set when key is invalid (fix #388)

1.1.0 (October 24, 2014)

  • Add chrome.sockets.secure.tcp and refactor chrome.sockets.*

1.0.1 (October 23, 2014)

  • Fix a NullPointerException on Android
  • Fix the dependency on iosSocketsCommon so that it works with the Cordova plugin registry.

1.0.0 (October 21, 2014)

  • Initial release