Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

easy-twitter

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

easy-twitter - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

package.json
{
"name": "easy-twitter",
"version": "1.0.0",
"version": "1.0.1",
"description": "A simple twitter module",

@@ -8,3 +8,3 @@ "main": "index.js",

"scripts": {
"test": "./test/test.js"
"test": "node ./test/test.js"
},

@@ -11,0 +11,0 @@ "repository": {

var version = process.version.substr(1,1);
if(version >= 4) {
console.log('true');
console.log('You\'re version of node can use easy-twitter');
} else {
console.log('false');
console.log('Upgrade your node version');
console.log('ERR !!! Upgrade your node version to v4.0.0.0 or more');
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc