Comparing version 2.3.0 to 2.3.1
@@ -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 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
48338
1
No