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

@tsdotnet/collection-base

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tsdotnet/collection-base - npm Package Compare versions

Comparing version 1.0.10 to 1.0.11

1

dist/arrayLikeIterable.js

@@ -7,2 +7,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.indexIterable = void 0;
function arrayLikeIterable(source) {

@@ -9,0 +10,0 @@ if (source instanceof Array)

3

dist/index.js

@@ -7,6 +7,7 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.CollectionBase = exports.ReadOnlyCollectionBase = exports.indexIterable = exports.arrayLikeIterable = exports.copyIterableTo = void 0;
const tslib_1 = require("tslib");
const arrayLikeIterable_1 = tslib_1.__importStar(require("./arrayLikeIterable"));
exports.arrayLikeIterable = arrayLikeIterable_1.default;
exports.indexIterable = arrayLikeIterable_1.indexIterable;
Object.defineProperty(exports, "indexIterable", { enumerable: true, get: function () { return arrayLikeIterable_1.indexIterable; } });
const CollectionBase_1 = tslib_1.__importDefault(require("./CollectionBase"));

@@ -13,0 +14,0 @@ exports.CollectionBase = CollectionBase_1.default;

{
"name": "@tsdotnet/collection-base",
"version": "1.0.10",
"version": "1.0.11",
"description": "",

@@ -14,7 +14,7 @@ "author": "electricessence",

"build:dist-esm": "rimraf dist-esm/* && tsc -p tsconfig.esm.json",
"build": "npm install && run-p build:*",
"build": "npm i && run-p build:*",
"bump": "npm run precommit && npm version patch",
"docs": "rimraf docs/* && rimraf docs/.nojekyll && typedoc --options typedoc.json --readme none && node ./.build/create-nojekyll.js",
"lint": "eslint src/**/*.ts",
"precommit": "npm prune && npm install && run-p lint test && run-p build:* && npm run validate",
"precommit": "npm i && run-p lint test && run-p build:* && npm run validate",
"prepublishOnly": "npm run build && run-p validate test",

@@ -36,4 +36,4 @@ "preversion": "run-p lint test",

"@types/jasmine": "^3.5.10",
"@typescript-eslint/eslint-plugin": "2.31.0",
"@typescript-eslint/parser": "2.31.0",
"@typescript-eslint/eslint-plugin": "^2.33.0",
"@typescript-eslint/parser": "^2.33.0",
"copyfiles": "^2.2.0",

@@ -50,3 +50,3 @@ "eslint": "^7.0.0",

"typedoc": "^0.17.6",
"typescript": "^3.8.3"
"typescript": "^3.9.2"
},

@@ -53,0 +53,0 @@ "dependencies": {

Sorry, the diff of this file is not supported yet

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