Socket
Socket
Sign inDemoInstall

@blackglory/structures

Package Overview
Dependencies
Maintainers
1
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blackglory/structures - npm Package Compare versions

Comparing version 0.1.8 to 0.1.9

2

CHANGELOG.md

@@ -5,2 +5,4 @@ # Changelog

### [0.1.9](https://github.com/BlackGlory/structures/compare/v0.1.8...v0.1.9) (2021-01-20)
### [0.1.8](https://github.com/BlackGlory/structures/compare/v0.1.7...v0.1.8) (2021-01-15)

@@ -7,0 +9,0 @@

46

package.json
{
"name": "@blackglory/structures",
"version": "0.1.8",
"version": "0.1.9",
"description": "",

@@ -18,10 +18,14 @@ "files": [

"test:debug": "node --inspect-brk node_modules/.bin/jest --runInBand",
"coverage": "jest --coverage --config jest.config.js",
"prepublishOnly": "yarn clean && yarn build && yarn bundle",
"clean": "yarn clean:build && yarn clean:bundle",
"clean:build": "rm -rf lib",
"clean:bundle": "rm -rf dist",
"build": "yarn build:es2015 && yarn build:es2018",
"build:es2015": "tsc --project tsconfig.build.json --module commonjs --target es2015 --outDir lib/es2015 && tscpaths -p tsconfig.build.json -s ./src -o ./lib/es2015",
"build:es2018": "tsc --project tsconfig.build.json --module commonjs --target es2018 --outDir lib/es2018 && tscpaths -p tsconfig.build.json -s ./src -o ./lib/es2018",
"test:coverage": "jest --coverage --config jest.config.js",
"prepublishOnly": "run-s clean build bundle",
"clean": "run-p clean:*",
"clean:build": "rimraf lib",
"clean:bundle": "rimraf dist",
"build": "run-p build:*",
"build:es2015": "run-s build:es2015:*",
"build:es2015:compile": "tsc --project tsconfig.build.json --module commonjs --target es2015 --outDir lib/es2015",
"build:es2015:patch": "tscpaths -p tsconfig.build.json -s ./src -o ./lib/es2015",
"build:es2018": "run-s build:es2018:*",
"build:es2018:compile": "tsc --project tsconfig.build.json --module commonjs --target es2018 --outDir lib/es2018",
"build:es2018:patch": "tscpaths -p tsconfig.build.json -s ./src -o ./lib/es2018",
"bundle": "rollup --config rollup.config.js",

@@ -32,3 +36,3 @@ "release": "standard-version"

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

@@ -44,14 +48,16 @@ }

"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-node-resolve": "^11.0.1",
"@rollup/plugin-node-resolve": "^11.1.0",
"@rollup/plugin-replace": "^2.3.4",
"@rollup/plugin-typescript": "^8.0.0",
"@types/jest": "^26.0.19",
"@types/node": "^14.14.19",
"@typescript-eslint/eslint-plugin": "^4.11.1",
"@typescript-eslint/parser": "^4.11.1",
"eslint": "^7.17.0",
"husky": "^4.3.6",
"@types/jest": "^26.0.20",
"@types/node": "^14.14.22",
"@typescript-eslint/eslint-plugin": "^4.14.0",
"@typescript-eslint/parser": "^4.14.0",
"eslint": "^7.18.0",
"husky": "^4.3.8",
"jest": "^26.6.3",
"return-style": "^0.11.3",
"rollup": "^2.35.0",
"npm-run-all": "^4.1.5",
"return-style": "^0.11.4",
"rimraf": "^3.0.2",
"rollup": "^2.37.0",
"rollup-plugin-analyzer": "^4.0.0",

@@ -65,4 +71,4 @@ "rollup-plugin-terser": "^7.0.2",

"dependencies": {
"@blackglory/errors": "^0.1.3"
"@blackglory/errors": "^0.1.4"
}
}
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