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

alexa-traffic

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alexa-traffic - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

7

cli.js

@@ -12,9 +12,10 @@ #!/usr/bin/env casperjs

var path = require('path');
var jquery_file = path.resolve(fs.workingDirectory, 'node_modules/jquery/dist/jquery.min.js');
var casper = require('casper').create({
clientScripts: [jquery_file]
clientScripts: [
'node_modules/jquery/dist/jquery.min.js'
]
});
console.log("querying for traffic of...", site)
console.log("querying for traffic of...", site);

@@ -21,0 +22,0 @@ // load the website page

{
"name": "alexa-traffic",
"version": "0.1.0",
"version": "0.1.1",
"description": "CLI for querying website traffics using data from alexa.cn",

@@ -5,0 +5,0 @@ "main": "index.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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