repl-inspect
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -7,3 +7,3 @@ const startRepl = function(dict) { | ||
return startRepl._instance; | ||
} | ||
}; | ||
@@ -14,3 +14,3 @@ const context = getRepl().context; | ||
}); | ||
} | ||
}; | ||
@@ -17,0 +17,0 @@ startRepl._instance = undefined; |
{ | ||
"name": "repl-inspect", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Embed an interactive repl on runtime.", | ||
@@ -10,3 +10,6 @@ "main": "main.js", | ||
"author": "Amr Alaa", | ||
"license": "MIT" | ||
"license": "MIT", | ||
"dependencies": { | ||
"repl": "^0.1.3" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2681
5
42
1
+ Addedrepl@^0.1.3
+ Addedrepl@0.1.3(transitive)