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

@tsdotnet/linked-node-list

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tsdotnet/linked-node-list - npm Package Compare versions

Comparing version 1.2.6 to 1.2.7

1

dist/LinkedNodeList.js

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.LinkedValueNodeList = exports.LinkedNodeList = void 0;
const tslib_1 = require("tslib");

@@ -9,0 +10,0 @@ const InvalidOperationException_1 = tslib_1.__importDefault(require("@tsdotnet/exceptions/dist/InvalidOperationException"));

12

package.json
{
"name": "@tsdotnet/linked-node-list",
"version": "1.2.6",
"version": "1.2.7",
"description": "An unprotected bi-directional linked list. Useful for implementing other collections.",

@@ -21,3 +21,3 @@ "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",

@@ -27,3 +27,3 @@ "bump-minor": "npm run precommit && npm version minor",

"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",

@@ -45,4 +45,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",

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

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

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

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