Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
node-techcrunch
Advanced tools
A simple API for accessing techcrunch news (Built on ES6. Compiled by babel)
npm install --save node-techcrunch
##Usage
var tc = require('node-techcrunch')
tc.crunchTag('tag')
.then(function(res) {
// success
// res = [
// {
// title: ,
// link: ,
// tag: ,
// author: ,
// timestamp: ,
// excerpt:
// }
// ]
})
.catch(function(err) {
// error
});
tc.crunchLink('link')
.then(function(res) {
// success
// res = {
// title: ,
// next: {
// title: ,
// link:
// },
// text:
// }
})
.catch(function(err) {
// error
});
tc.crunchLast()
.then(function(res) {
// success
// res = {
// title: ,
// next: {
// title: ,
// link:
// },
// text:
// }
})
.catch(function(err) {
// error
});
FAQs
A simple API for accessing techcrunch news
The npm package node-techcrunch receives a total of 11 weekly downloads. As such, node-techcrunch popularity was classified as not popular.
We found that node-techcrunch 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.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.