New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

dattss

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dattss - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

10

lib/dattss.js

@@ -142,5 +142,5 @@ // Copyright Teleportd Ltd.

prt: make_partials() };
console.log('========================================');
console.log(JSON.stringify(commit));
console.log('=++++++++++++++++++++++++++++++++++++++=');
//console.log('========================================');
//console.log(JSON.stringify(commit));
//console.log('=++++++++++++++++++++++++++++++++++++++=');

@@ -158,7 +158,7 @@ if(my.creq)

my.creq = http.request(options, function(res) {
console.log('/agg ' + res.statusCode);
//console.log('/agg ' + res.statusCode);
delete my.commit_req;
});
my.creq.on('error', function(err) {
console.log('/agg error');
//console.log('/agg error');
});

@@ -165,0 +165,0 @@ my.creq.write(JSON.stringify(commit));

{
"name": "dattss",
"version": "0.1.1",
"version": "0.1.2",
"description": "NodeJS Driver for DaTtSs",

@@ -5,0 +5,0 @@ "author": { "name": "Stanislas Polu",

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc