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

set-ds

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

set-ds - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

12

dist/index.js

@@ -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"
}
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