Socket
Socket
Sign inDemoInstall

arrayiffy-if-string

Package Overview
Dependencies
Maintainers
1
Versions
142
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arrayiffy-if-string - npm Package Compare versions

Comparing version 3.13.0 to 3.13.1

.nyc_output/01a2381d-ba42-466c-b91b-31c4e6ad78fb.json

9

CHANGELOG.md

@@ -6,13 +6,12 @@ # Change Log

## 3.13.0 (2021-01-23)
## 3.13.1 (2021-01-28)
### Bug Fixes
- Fix the Create New Issue URLs ([f5a41bf](https://github.com/codsen/codsen/commit/f5a41bf16fd8f43de7f8e7de68da562821ddb960))
- add testStats to npmignore ([f3c84e9](https://github.com/codsen/codsen/commit/f3c84e95afc5514214312f913692d85b2e12eb29))
## 3.13.0 (2021-01-23)
### Features
- Add one more tag before which there will be a line break ([d178203](https://github.com/codsen/codsen/commit/d1782036b134102fd552d38d2d4f39c93195620b))
- Add perf measurement, recording and historical comparison ([3643f93](https://github.com/codsen/codsen/commit/3643f9376237db8ffd61730700eeceebe32c4540))
- Initial release ([8db2df9](https://github.com/codsen/codsen/commit/8db2df9fb08d66cf6c7a75a57cdcd15a5ec12c1c))
- rewrite in TS ([41946c2](https://github.com/codsen/codsen/commit/41946c29a993366e0a4b1704f88d1ad1a0031dca))

@@ -19,0 +18,0 @@

{
"name": "arrayiffy-if-string",
"version": "3.13.0",
"version": "3.13.1",
"description": "Put non-empty strings into arrays, turn empty-ones into empty arrays. Bypass everything else.",

@@ -38,3 +38,3 @@ "keywords": [

"build": "rollup -c",
"ci_test": "npm run build && npm run lint && tap --no-only --reporter=silent --output-file=testStats.md && npm run clean_cov && npm run format",
"ci_test": "npm run build && npm run format && tap --no-only --reporter=silent --output-file=testStats.md && npm run clean_cov",
"clean_cov": "../../scripts/leaveCoverageTotalOnly.js",

@@ -48,3 +48,2 @@ "clean_types": "../../scripts/cleanTypes.js",

"perf": "node perf/check",
"prepare": "npm run build",
"prettier": "../../node_modules/prettier/bin-prettier.js '*.{js,css,scss,vue,md,ts}' --write --loglevel silent",

@@ -58,4 +57,3 @@ "republish": "npm publish || :",

"tsd": "test ! -f index.d.ts || tsd",
"unittest": "./node_modules/.bin/tap --no-only --output-file=testStats.md --reporter=terse && tsc -p tsconfig.json --noEmit && npm run tsd && npm run clean_cov && npm run perf",
"version": "npm run build && git add ."
"unittest": "./node_modules/.bin/tap --no-only --output-file=testStats.md --reporter=terse && tsc -p tsconfig.json --noEmit && npm run tsd && npm run clean_cov && npm run perf"
},

@@ -108,6 +106,6 @@ "tap": {

"@types/tap": "^14.10.1",
"@typescript-eslint/eslint-plugin": "^4.14.0",
"@typescript-eslint/parser": "^4.14.0",
"@typescript-eslint/eslint-plugin": "^4.14.1",
"@typescript-eslint/parser": "^4.14.1",
"eslint": "^7.18.0",
"lect": "^0.16.0",
"lect": "^0.16.1",
"rollup": "^2.38.0",

@@ -114,0 +112,0 @@ "rollup-plugin-ascii": "^0.0.3",

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