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

a-test-repo

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

a-test-repo - npm Package Compare versions

Comparing version

to
2.0.0

contributing.md

6

index.js

@@ -1,5 +0,5 @@

module.exports = function(cb) {
setImmediate(function() {
cb(null, 'a test module');
module.exports = function() {
return new Promise(function(resolve) {
resolve('a test repo');
});
};
{
"name": "a-test-repo",
"version": "1.0.0",
"version": "2.0.0",
"description": "A test repo",

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

@@ -1,1 +0,1 @@

# Async function.
# Async function.