Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@tsdotnet/array-init

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tsdotnet/array-init - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

18

package.json
{
"name": "@tsdotnet/array-init",
"version": "1.0.5",
"version": "1.0.6",
"description": "Commonly used array initializer that optimizes for length.",

@@ -18,11 +18,12 @@ "author": "electricessence",

"scripts": {
"clean": "rimraf dist/* && rimraf dist-esm/*",
"build": "npm prune && npm install && npm run clean && copyfiles -u 1 src/**/*.d.ts dist && tsc && tsc -p tsconfig.esm.json",
"bump": "npm run precommit && npm version patch && npm run docs && git commit -m \"Updated docs.\" docs && git push",
"build:dist": "rimraf dist/* && copyfiles -u 1 src/**/*.d.ts dist && tsc",
"build:dist-esm": "rimraf dist-esm/* && tsc -p tsconfig.esm.json",
"build": "npm install && run-p build:*",
"bump": "npm run precommit && npm version patch",
"docs": "rimraf docs/* && rimraf docs/.nojekyll && typedoc --options typedoc.json --readme none --theme minimal && node ./.build/create-nojekyll.js",
"lint": "eslint src/**/*.ts",
"precommit": "npm run lint && npm run test && npm run build && npm run validate",
"prepublishOnly": "npm run build && npm run validate && npm run test",
"preversion": "npm run lint",
"postversion": "git push && git push --tags",
"precommit": "npm prune && npm install && run-p lint test && run-p build:* && npm run validate",
"prepublishOnly": "npm run build && run-p validate test",
"preversion": "run-p lint test",
"postversion": "git push && git push --tags && npm run docs && git commit -m \"Updated docs.\" docs && git push",
"test": "ts-node -P ./tsconfig.json ./node_modules/jasmine/bin/jasmine --config=spec/jasmine.json",

@@ -50,2 +51,3 @@ "validate": "node ./.build/validate-package.js"

"jasmine": "^3.5.0",
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2",

@@ -52,0 +54,0 @@ "ts-node": "^8.10.1",

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