+1
-1
@@ -20,3 +20,3 @@ { | ||
| }, | ||
| "version": "0.2.0" | ||
| "version": "0.2.1" | ||
| } |
+2
-2
@@ -7,4 +7,4 @@ timeago | ||
| ```` | ||
| var ta = require('./time-ago.js')(); // node.js | ||
| var ta = timeago(); // browser | ||
| var ta = require('./time-ago.js') // node.js | ||
| var ta = timeago(); // browser | ||
| ```` | ||
@@ -11,0 +11,0 @@ |
+1
-5
@@ -1,7 +0,3 @@ | ||
| "use strict"; | ||
| var ta = require('./timeago.js') | ||
| var ta = (typeof module !== 'undefined' && module.exports) ? | ||
| require('./timeago.js')() : timeago(); | ||
| console.log( | ||
@@ -8,0 +4,0 @@ ta.ago(new Date() - 1000), ta.ago(new Date() - 1000) === '1 second ago', |
AI-detected possible typosquat
Supply chain riskAI has identified this package as a potential typosquat of a more popular package. This suggests that the package may be intentionally mimicking another package's name, description, or other metadata.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
5492
-1.47%72
-2.7%2
100%