Socket
Socket
Sign inDemoInstall

security-master

Package Overview
Dependencies
0
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

4

module/security-master.js
import dictionary from './dictionary.js';
function createPhrase(length = 12) {
export * as dictionary from './dictionary.js';
export function createPhrase(length = 12) {
const mixed = dictionary.sort(() => 0.5 - Math.random());

@@ -5,0 +7,0 @@ return mixed.slice(0, length);

{
"name": "security-master",
"version": "1.0.1",
"version": "1.0.2",
"description": "Module for creating security.",

@@ -5,0 +5,0 @@ "main": "module/security-master.cjs",

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc