Socket
Socket
Sign inDemoInstall

@blackglory/structures

Package Overview
Dependencies
25
Maintainers
1
Versions
95
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.13.0 to 0.13.1

19

package.json
{
"name": "@blackglory/structures",
"version": "0.13.0",
"version": "0.13.1",
"description": "",

@@ -21,5 +21,5 @@ "files": [

"lint": "eslint --ext .js,.jsx,.ts,.tsx --quiet src __tests__",
"test": "jest --runInBand --config jest.config.cjs",
"test:debug": "node --inspect-brk node_modules/.bin/jest --runInBand --config jest.config.cjs",
"test:coverage": "jest --coverage --config jest.config.cjs",
"test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest --runInBand --config jest.config.cjs",
"test:debug": "cross-env NODE_OPTIONS=--experimental-vm-modules node --inspect-brk node_modules/.bin/jest --runInBand --config jest.config.cjs",
"test:coverage": "cross-env NODE_OPTIONS=--experimental-vm-modules jest --coverage --config jest.config.cjs",
"prepublishOnly": "run-s prepare clean build",

@@ -35,3 +35,3 @@ "clean": "rimraf lib",

"hooks": {
"pre-commit": "run-s lint build test",
"pre-commit": "run-s prepare lint build test",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"

@@ -48,5 +48,6 @@ }

"@typescript-eslint/parser": "^5.48.2",
"cross-env": "^7.0.3",
"eslint": "^8.32.0",
"extra-benchmark": "^0.2.2",
"extra-generator": "^0.2.23",
"extra-generator": "^0.3.0",
"husky": "^4.3.8",

@@ -56,3 +57,3 @@ "jest": "^29.3.1",

"npm-run-all": "^4.1.5",
"return-style": "^1.0.1",
"return-style": "^2.0.0",
"rimraf": "^4.1.1",

@@ -72,6 +73,6 @@ "standard-version": "^9.5.0",

"extra-timers": "^0.2.5",
"extra-utils": "^4.0.1",
"iterable-operator": "^3.1.1",
"extra-utils": "^5.0.1",
"iterable-operator": "^4.0.2",
"justypes": "^4.1.0"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc