Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
com.47deg:scalacheck-toolbox-datetime_2.11
Advanced tools
A library for helping use date and time libraries with ScalaCheck
Add the following lines to your build.sbt
file:
libraryDependencies += "com.47deg" %% "scalacheck-toolbox-datetime" % "0.4.0" % Test
libraryDependencies += "com.47deg" %% "scalacheck-toolbox-magic" % "0.4.0" % Test
libraryDependencies += "com.47deg" %% "scalacheck-toolbox-combinators" % "0.4.0" % Test
The ScalaCheck Toolbox is intended to be a set of libraries that can help rein in the power of ScalaCheck in a sensible way, while not impeding your tests. There are three libraries to help you:
datetime
: Limit the test data to a certain range of times, and constrain generation to a certain level of precision.magic
: Enhance the provided generators with some values that are often used to signal danger, or perhaps something more sinister, such as the Strings "null", "False" or "Robert'); DROP TABLE Students;--".combinators
: Provide some useful combinators of generators, such as the pairing of a map and a list of values that are present in the map.View the documentation for more tips on how to get the best from these tools.
If you wish to add your library here please consider a PR to include it in the list below.
scalacheck-toolbox is designed and developed by 47 Degrees
Copyright (C) 2016-2020 47 Degrees. http://47deg.com
FAQs
A library for helping use date and time libraries with ScalaCheck
We found that com.47deg:scalacheck-toolbox-datetime_2.11 demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.