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

bad-words-next

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bad-words-next - npm Package Compare versions

Comparing version 1.2.5 to 1.2.6

8

lib/index.js
'use strict';
var confusables = require('confusables');
var memoize = require('memoizee');
var moize = require('moize');
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
var memoize__default = /*#__PURE__*/_interopDefaultLegacy(memoize);
var moize__default = /*#__PURE__*/_interopDefaultLegacy(moize);

@@ -212,4 +212,4 @@ function ownKeys(object, enumerableOnly) {

this.ids = [];
var memoized = memoize__default["default"](this.check, {
max: this.opts.maxCacheSize
var memoized = moize__default["default"](this.check, {
maxSize: this.opts.maxCacheSize
});

@@ -216,0 +216,0 @@ this.check = memoized;

{
"name": "bad-words-next",
"version": "1.2.5",
"version": "1.2.6",
"description": "JavaScript/TypeScript filter and checker for bad words aka profanity",

@@ -54,3 +54,2 @@ "keywords": [

"@types/jest": "^29.0.3",
"@types/memoizee": "^0.4.8",
"@typescript-eslint/eslint-plugin": "^5.38.0",

@@ -75,3 +74,3 @@ "@typescript-eslint/parser": "^5.38.0",

"confusables": "^1.1.1",
"memoizee": "^0.4.15"
"moize": "^6.1.3"
},

@@ -78,0 +77,0 @@ "babel": {

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