Comparing version 1.0.0 to 1.0.1
@@ -7,8 +7,6 @@ "use strict"; | ||
*/ | ||
var __spreadArrays = (this && this.__spreadArrays) || function () { | ||
for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length; | ||
for (var r = Array(s), k = 0, i = 0; i < il; i++) | ||
for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++) | ||
r[k] = a[j]; | ||
return r; | ||
var __spreadArray = (this && this.__spreadArray) || function (to, from) { | ||
for (var i = 0, il = from.length, j = to.length; i < il; i++, j++) | ||
to[j] = from[i]; | ||
return to; | ||
}; | ||
@@ -125,3 +123,3 @@ Object.defineProperty(exports, "__esModule", { value: true }); | ||
// this set | ||
var unionSet = new (Set.bind.apply(Set, __spreadArrays([void 0], this.values())))(); | ||
var unionSet = new (Set.bind.apply(Set, __spreadArray([void 0], this.values())))(); | ||
// get array of values from the fn parameter | ||
@@ -128,0 +126,0 @@ var argValues = otherSet.values(); |
{ | ||
"name": "set-ds", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Set data structure", | ||
@@ -32,18 +32,6 @@ "main": "dist/index.js", | ||
"homepage": "https://github.com/jasonsjones/data-structures", | ||
"devDependencies": { | ||
"@types/jest": "^24.0.18", | ||
"@types/node": "^12.7.12", | ||
"@typescript-eslint/eslint-plugin": "^2.3.3", | ||
"@typescript-eslint/parser": "^2.3.3", | ||
"eslint": "^6.5.1", | ||
"eslint-config-prettier": "^6.4.0", | ||
"eslint-plugin-prettier": "^3.1.1", | ||
"jest": "^24.9.0", | ||
"prettier": "^1.18.2", | ||
"ts-jest": "^24.1.0", | ||
"typescript": "^3.6.4" | ||
}, | ||
"files": [ | ||
"dist/**/*" | ||
] | ||
], | ||
"gitHead": "01e1842743af1de0f851e7d2f57ef246b9521f9f" | ||
} |
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
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
0
0
16338
329