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

@beenotung/tslib

Package Overview
Dependencies
Maintainers
0
Versions
398
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@beenotung/tslib - npm Package Compare versions

Comparing version 23.12.0 to 23.12.1

array-wrapper.d.ts

59

package.json
{
"name": "@beenotung/tslib",
"version": "23.12.0",
"version": "23.12.1",
"description": "utils library in Typescript",

@@ -24,28 +24,2 @@ "keywords": [

},
"scripts": {
"clean": "rimraf dist",
"expand-macro": "tsc-macro",
"gen-index": "gen-index",
"tsc": "tsc -p tsconfig.build.json",
"build": "run-s clean expand-macro gen-index tsc clean-build",
"clean-build": "rimraf src/index.ts dist/**/*.macro.*",
"lint": "eslint . --ext .ts",
"dev": "run-p watch:*",
"watch:build": "tsc -p . --watch",
"watch:lint": "chokidar src/**/*.ts -c \"npm run lint\" --initial --verbose",
"format": "run-s format:*",
"format:prettier": "prettier --write .",
"format:json": "format-json-cli",
"format:eslint": "eslint . --ext .ts --fix",
"test": "run-s build mocha test:ts",
"test:ts": "ts-node test/index.ts",
"mocha": "ts-mocha \"{src,test}/**/*.spec.ts\"",
"commit": "run-s format test git:commit",
"git:commit": "git commit $@",
"prepublishOnly": "npm run build",
"coverage": "nyc npm run mocha -- --reporter=progress",
"report:update": "nyc --reporter=lcov npm run mocha -- --reporter=progress",
"report:open": "open-cli coverage/lcov-report/index.html",
"report": "run-s report:update report:open"
},
"dependencies": {

@@ -59,34 +33,3 @@ "cache-dir.ts": "^1.1.0",

"heic2any": "^0.0.4"
},
"devDependencies": {
"@beenotung/gen-index": "^1.2.1",
"@types/chai": "^4.3.16",
"@types/cli-progress": "^3.11.6",
"@types/mocha": "^10.0.7",
"@types/node": "^20.14.12",
"@types/sinon": "^17.0.3",
"@types/tape": "^5.6.4",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"chai": "^4.5.0",
"chokidar": "^3.6.0",
"chokidar-cli": "^3.0.0",
"cli-progress": "^3.12.0",
"esbuild": "^0.23.0",
"eslint": "^8.57.0",
"format-json-cli": "^1.0.2",
"heic2any": "^0.0.4",
"mocha": "^10.7.0",
"npm-run-all": "^4.1.5",
"nyc": "^17.0.0",
"open-cli": "^8.0.0",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"sinon": "^18.0.0",
"tape": "^5.8.1",
"ts-mocha": "^10.0.0",
"ts-node": "^10.9.2",
"tsc-macro": "^1.0.1",
"typescript": "^5.5.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