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
var Stampery = require('stampery'),
stampery = new Stampery('830fa1bf-bee7-4412-c1d3-31dddba2213d')
var data = { str: 'Create a proof of this using the blockchain' }
stampery.stamp(data, function(err, hash) { })
var data = { name: 'Name or ID of the buffer' }
var file = new Buffer('Create a proof of this using the blockchain')
stampery.stamp(data, file, function(err, hash) { })
var data = {}
var file = fs.createReadStream('document.txt')
stampery.stamp(data, file, function(err, hash) { })
stampery.get(hash, function(err, stamp) { })
You can get your API key signing up and going to your account -> Apps.
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.