New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cnzz-wap-nodejs

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cnzz-wap-nodejs - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

package.json
{
"name":"cnzz-wap-nodejs",
"version":"0.0.1",
"version":"0.0.2",
"description":"cnzz wap by nodejs",

@@ -5,0 +5,0 @@ "author":[

@@ -5,1 +5,21 @@ cnzz-wap-nodejs

cnzz wap statistics by nodejs
---
```bash
npm install cnzz-wap-nodejs
```
```js
var cnzz_wap = require("cnzz-wap-nodejs");
var cnzz = new cnzz_wap(siteId,scheme);
var app = express();
app.get("*",function(req,res,next){
cnzz.trackPage(req.headers['referer'] || '');
next();
});
```
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