t2-project
Advanced tools
| var main = require('../index'); | ||
| console.log(main()); |
| var euler = require('math-euler'); | ||
| console.log('test'); | ||
| module.exports = function() { | ||
| return 1; | ||
| }; |
+1
-1
@@ -62,3 +62,3 @@ // Built-ins | ||
| this.main = path.resolve(this.entry); | ||
| this.dirname = path.dirname(this.main); | ||
| this.dirname = this.dirname || path.dirname(this.main); | ||
| } | ||
@@ -65,0 +65,0 @@ |
+1
-1
| { | ||
| "name": "t2-project", | ||
| "version": "0.1.0", | ||
| "version": "0.2.0", | ||
| "description": "Build a project for deployment to a Tessel 2", | ||
@@ -5,0 +5,0 @@ "repository": { |
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
14283
0.81%18
5.88%274
1.86%