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

substitutioncipher-js

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

substitutioncipher-js - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

dist/index.d.ts

19

package.json
{
"name": "substitutioncipher-js",
"version": "1.0.2",
"version": "1.0.3",
"description": "This package helps in using substitution cipher inside any package",
"main": "index.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist"
],
"bugs": {

@@ -11,4 +15,4 @@ "url": "https://github.com/SubramanyaKS/substitutioncipher/issues"

"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},

@@ -19,4 +23,4 @@ "repository": {

},
"keywords": [],
"author": "subramanyaks subramanyaks22@gmail.com",
"keywords": ["substitutioncipher","substitution"],
"author": "Subramanya KS",
"license": "MIT",

@@ -28,4 +32,5 @@ "private": false,

"devDependencies": {
"nodemon": "^2.0.22"
"nodemon": "^2.0.22",
"typescript": "^5.3.3"
}
}

@@ -21,5 +21,5 @@ # Substitution Cipher

```
```js
//import library
const {encrypt,decrypt} = require('substitutioncipher-js');
import {encrypt,decrypt} from ('substitutioncipher-js');

@@ -26,0 +26,0 @@ //declare plaintext

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