stream-transform
Advanced tools
Comparing version 1.0.5 to 1.0.6
# Changelog | ||
## Version 1.0.6 | ||
* readme: fix links to project website | ||
## Version 1.0.5 | ||
@@ -5,0 +9,0 @@ |
{ | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"name": "stream-transform", | ||
@@ -4,0 +4,0 @@ "description": "Object transformations implementing the Node.js `stream.Transform` API", |
@@ -7,8 +7,8 @@ [![Build Status](https://api.travis-ci.org/adaltas/node-stream-transform.svg)](https://travis-ci.org/#!/adaltas/node-stream-transform) | ||
* [Project homepage](http://localhost:8000/stringify/) | ||
* [API](http://localhost:8000/stringify/api/) | ||
* [Options](http://localhost:8000/stringify/options/) | ||
* [Handler](http://localhost:8000/stringify/handler/) | ||
* [State properties](http://localhost:8000/stringify/state/) | ||
* [Examples](http://localhost:8000/stringify/examples/) | ||
* [Project homepage](http://csv.js.org/stringify/) | ||
* [API](http://csv.js.org/stringify/api/) | ||
* [Options](http://csv.js.org/stringify/options/) | ||
* [Handler](http://csv.js.org/stringify/handler/) | ||
* [State properties](http://csv.js.org/stringify/state/) | ||
* [Examples](http://csv.js.org/stringify/examples/) | ||
@@ -15,0 +15,0 @@ ## Features |
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
25326