You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

t2-project

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

t2-project - npm Package Compare versions

Comparing version
0.1.0
to
0.2.0
+2
eg/project-simple/example/index.js
var main = require('../index');
console.log(main());
+4
-0
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 @@

{
"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": {