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

antisocial-auth

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

antisocial-auth - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

4

index.js

@@ -27,3 +27,3 @@ "use strict";

return function (text) {
return text.replace(RegExp("(.{1," + width + "})", "g"), "$1\n");
return text.replace(RegExp("(.{1," + width + "})", "g"), "$1\n").trim();
};

@@ -35,3 +35,3 @@ },

return function (text) {
return "" + beginTag + "\n" + text + "" + endTag + "\n";
return "" + beginTag + "\n" + text + "\n" + endTag;
};

@@ -38,0 +38,0 @@ },

{
"name": "antisocial-auth",
"version": "1.0.1",
"version": "1.0.2",
"description": "Social authentication for websites that don't provide any.",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/valeriangalliat/antisocial-auth",

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