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

count_sheep

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

count_sheep - npm Package Compare versions

Comparing version 1.0.9 to 1.0.10

5

count_sheep.js
#!/usr/bin/env node
var sheep = require("./sheep_fn.js");
setInterval(sheep.num_sheep,1000);
sheep.sing();
setInterval(function(){
sheep.num_sheep("small");
},1000);

2

package.json

@@ -56,3 +56,3 @@ {

},
"version": "1.0.9"
"version": "1.0.10"
}

@@ -9,1 +9,4 @@ var i = 1;

}
exports.sing=function(){
console.log("我是一只小小羊");
}
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