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.
This gem allows you to easily create JSON data fixtures from data schemes you can specify by yourself. The main purpose is to stub JSON received form wide range of JSON API's for testing. And if you use many API's or kind of difficult one you may want to have a tool for easy creation of tons of JSON data you have. And Jafry can helps you here. Just specify data scheme in json file and then you can change your data easly, wrap it namespaces, build lists, etc.
Add this line to your application's Gemfile:
gem 'jafry'
And then execute:
$ bundle
Or install it yourself as:
$ gem install jafry
Gem is under active development so version 0.2.0 has some breakable changes.
data_scheme_name.json
.spec_helper.rb
require jafry
: require "jafry"
.Jafry.build('data_scheme_name')
to get object or Jafry.create('data_scheme_name')
to get JSON in your spec.git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)dev
branchFAQs
Unknown package
We found that jafry demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.