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

degausser

Package Overview
Dependencies
Maintainers
3
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

degausser - npm Package Compare versions

Comparing version 2.3.0 to 2.3.1

10

dist/degausser.js

@@ -5,3 +5,3 @@ (function (global, factory) {

(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.degausser = {}));
}(this, (function (exports) { 'use strict';
})(this, (function (exports) { 'use strict';

@@ -64,5 +64,5 @@ function _typeof(obj) {

function _createForOfIteratorHelper(o, allowArrayLike) {
var it;
var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"];
if (typeof Symbol === "undefined" || o[Symbol.iterator] == null) {
if (!it) {
if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") {

@@ -100,3 +100,3 @@ if (it) o = it;

s: function () {
it = o[Symbol.iterator]();
it = it.call(o);
},

@@ -947,2 +947,2 @@ n: function () {

})));
}));
{
"name": "degausser",
"version": "2.3.0",
"version": "2.3.1",
"description": "Transforms HTML to plain text by eliminating tags from a document.",

@@ -8,3 +8,2 @@ "author": "FlowPub",

"homepage": "https://opensource.flowpub.io",
"type": "module",
"repository": {

@@ -33,9 +32,9 @@ "type": "git",

"devDependencies": {
"@babel/core": "7.13.15",
"@babel/preset-env": "7.13.15",
"@babel/core": "7.16.0",
"@babel/preset-env": "7.16.4",
"@rollup/plugin-node-resolve": "8.4.0",
"glob": "7.1.6",
"glob": "7.2.0",
"jest": "26.6.3",
"prettier": "2.2.1",
"rollup": "2.39.0",
"prettier": "2.5.1",
"rollup": "2.61.1",
"rollup-plugin-babel": "4.4.0"

@@ -42,0 +41,0 @@ },

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