Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

base18813unitedstatesconstitution

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

base18813unitedstatesconstitution - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

4

index.js

@@ -127,3 +127,3 @@ const Base18813UnitedStatesConstitution = {};

var options = {
header: 'Decode United States Constitution with https:// neruthes.xyz /Base18813UnitedStatesConstitution/ — ',
header: 'Decode United States Constitution with https:// neruthes.xyz /Base18813UnitedStatesConstitution/ — \n',
trimming: 42

@@ -168,3 +168,3 @@ };

}).join('');
var finalResult = options.header + encodingEnvelope + unusedTemplate_STR.slice(0, options.trimming);
var finalResult = options.header + encodingEnvelope + unusedTemplate_STR.slice(0, options.trimming).trimRight() + '...';
return finalResult;

@@ -171,0 +171,0 @@ };

{
"name": "base18813unitedstatesconstitution",
"version": "1.0.3",
"version": "1.0.4",
"description": "Encode data in United States Constitution",

@@ -5,0 +5,0 @@ "main": "index.js",

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