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

@tsmx/string-crypto

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tsmx/string-crypto - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

.github/workflows/npm-publish.yml

3

package.json
{
"name": "@tsmx/string-crypto",
"version": "1.0.5",
"version": "1.0.6",
"description": "Encrypt and decrypt strings.",

@@ -30,4 +30,5 @@ "main": "string-crypto.js",

"devDependencies": {
"eslint": "^8.41.0",
"jest": "^29.2.2"
}
}

@@ -44,3 +44,3 @@ const { expect } = require('@jest/globals');

key: testKeyChar
}
};
const sc = require('../string-crypto');

@@ -59,3 +59,3 @@ const encrypted = sc.encrypt(testString, options);

key: testKeyHex
}
};
const sc = require('../string-crypto');

@@ -62,0 +62,0 @@ const encrypted = sc.encrypt(testString, options);

Sorry, the diff of this file is not supported yet

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