Security News
RubyGems.org Adds New Maintainer Role
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Notarize all your data using the blockchain. Generate immutable and valid globally proofs of existence, integrity and ownership of any piece of data.
npm install stampery
Using it in Node:
var Stampery = require('stampery')
// 'beta' for testing, leave it blank for production
var stampery = new Stampery('55b6a36e87d90b030074d308', 'beta')
var data = new Buffer('Create a proof of this using the blockchain')
stampery.stamp('test.txt', data, {someother: 'extradata'}, function(err, fileHash) { })
stampery.get(hash, function(err, stamp) { })
stampery.proof(hash, function(err, proof) { })
You can get your API key signing up and going to your account.
Code released under the MIT license.
Copyright 2015 Stampery
FAQs
Stampery API for NodeJS: seamlessly integrate the blockchain-powered, industrial-scale certification platform into your NodeJS apps.
The npm package stampery receives a total of 0 weekly downloads. As such, stampery popularity was classified as not popular.
We found that stampery demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.
Security News
Research
Socket's threat research team has detected five malicious npm packages targeting Roblox developers, deploying malware to steal credentials and personal data.