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.0 to 1.0.1

module/dictionary.cjs

2

module/dictionary.js

@@ -1,2 +0,2 @@

module.exports = [
export default [
'abbey',

@@ -3,0 +3,0 @@ 'abdomen',

@@ -1,2 +0,2 @@

const dictionary = require('./dictionary.js');
import dictionary from './dictionary.js';

@@ -8,2 +8,2 @@ function createPhrase(length = 12) {

module.exports = { dictionary, createPhrase };
export default { dictionary, createPhrase };
{
"name": "security-master",
"version": "1.0.0",
"version": "1.0.1",
"description": "Module for creating security.",
"main": "module/security-master.js",
"main": "module/security-master.cjs",
"module": "module/security-master.js",
"types": "module/security-master.d.ts",

@@ -7,0 +8,0 @@ "files": [

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