Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pondjs

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pondjs - npm Package Compare versions

Comparing version 0.8.6 to 0.8.7

6

CHANGES.md
## Changelog
---
## 0.8.6
> June 2017
* Typescript definitions
* Documentation improvements
## 0.8.4

@@ -5,0 +11,0 @@ > February 2017

2

package.json
{
"name": "pondjs",
"version": "0.8.6",
"version": "0.8.7",
"main": "lib/entry",

@@ -5,0 +5,0 @@ "types": "lib/entry.d.ts",

@@ -18,3 +18,3 @@

## Rational
## Rationale

@@ -81,2 +81,8 @@ [ESnet](http://www.es.net) runs a large research network for the US Department of Energy. Our tools consume events and time series data throughout our network visualization applications and data processing chains. As our tool set grew, so did our need to build a Javascript library to work with this type of data that was consistent and dependable. The alternative for us has been to pass ad-hoc data structures between the server and the client, making all elements of the system much more complicated. Not only do we need to deal with different formats at all layers of the system, we also repeat our processing code over and over. Pond.js was built to address these pain points.

# Typescript support
As of version 0.8.6 Pond ships with Typescript declarations.
In addition, the project is also being rewritten in Typescript, which will probably eventually lead to a v1.0 version as the API will have significant differences. You can track the progress of that work in [Issue #65](https://github.com/esnet/pond/issues/65).
# Contributing

@@ -83,0 +89,0 @@

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc