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.
node-timecodes
Advanced tools
Time and SMTPE Timecodes conversions
references :
Install with npm i -s node-timecodes
var timecodes = require('node-timecodes');
timecodes.toSeconds('00:23:47:10'); // -> 1427.4
timecodes.fromSeconds(1427.4); // -> '00:23:47:10'
// you can use a specific frameRate
timecodes.fromSeconds(1427.4, {
frameRate: 29.97
}); // -> '00:23:47:11'
// use ms format for WebVTT timestamps
timecodes.fromSeconds(1427.4, {
ms: true
}); // -> '00:23:47:400'
// change default framerate to all methods
timecodes.constants.framerate = 29.97
timecodes.fromSeconds(1427.4); // -> '00:23:47:11'
Run as CLI :
$ timecodeFromSeconds 1427.4
# 00:23:47:10
$ timecodeToSeconds 00:23:47:10
# 1427.4
node ./node_modules/.bin/node-readme
./node_modules/babel-tape-runner/bin/babel-tape-runner spec/**/*.spec.js | ./node_modules/.bin/tap-spec
babel src --out-dir dist
Julien Bouquillon julien.bouquillon@synchronized.tv http://github.com/Synchronized-TV
FAQs
Time and SMTPE Timecodes conversions
We found that node-timecodes demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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.