scalajs-io / nodejs

This project provides Scala.js type-safe bindings for Node.js (current) v8.7.0 and LTS v6.11.4 APIs. The platform supports MEAN (MongoDB, Express, AngularJs, NodeJS), Cassandra, MySQL and many other npm projects.
Apache License 2.0
162 stars 28 forks source link

Fix cipher / decipher update methods, add pbdkf2 sync method onto Crypto #7

Closed rmmeans closed 7 years ago

rmmeans commented 7 years ago

All updates have tests, had to run with sbt "project nodejs" test since my JVM falls over if I try to run the tests on the entire repo.

ldaniels528 commented 7 years ago

I've been working on splitting out all of the nodejs components and ported npm packages into separate projects: https://github.com/scalajs-io

I've also ensured that the tests complete successfully for each new project.