Socket
Socket
Sign inDemoInstall

undertaker-registry

Package Overview
Dependencies
0
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.2 to 0.0.3

.travis.yml

6

index.js
'use strict';
function DefaultRegistry(){
if(this instanceof DefaultRegistry === false){
return new DefaultRegistry();
}
this._tasks = {};
}
DefaultRegistry.prototype.init = function init(taker){};
DefaultRegistry.prototype.get = function get(name){

@@ -8,0 +14,0 @@ return this._tasks[name];

7

package.json
{
"name": "undertaker-registry",
"version": "0.0.2",
"version": "0.0.3",
"description": "undertaker-registry ===================",
"main": "index.js",
"scripts": {
"test": "lab -c"
"test": "lab -cv"
},

@@ -26,4 +26,5 @@ "repository": {

"devDependencies": {
"lab": "^4.1.0"
"code": "^1.2.1",
"lab": "^5.2.0"
}
}
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc