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

use-downloads

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

use-downloads - npm Package Compare versions

Comparing version 1.0.0-alpha.0 to 1.0.0

dist/index.cjs.js

141

package.json
{
"name": "use-downloads",
"version": "1.0.0-alpha.0",
"description": "get os lang",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/saqqdy/use-downloads.git"
},
"keywords": [
"os",
"lang",
"os",
"locale",
"os",
"language",
"nodejs",
"local"
],
"author": "saqqdy <https://github.com/saqqdy>",
"license": "MIT",
"bugs": {
"url": "https://github.com/saqqdy/use-downloads/issues"
},
"homepage": "https://github.com/saqqdy/use-downloads#readme"
"name": "use-downloads",
"description": "A js utilities that contains all the methods for downloading files",
"version": "1.0.0",
"packageManager": "pnpm@8.5.1",
"main": "dist/index.cjs.js",
"module": "dist/index.esm-bundler.js",
"browser": "dist/index.esm-browser.js",
"unpkg": "dist/index.global.js",
"jsdelivr": "dist/index.global.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"module": "./dist/index.esm-bundler.js",
"require": "./dist/index.cjs.js",
"import": "./dist/index.mjs"
},
"./*": "./*"
},
"directories": {
"lib": "lib",
"dist": "dist",
"src": "src"
},
"files": [
"lib",
"dist",
"typings"
],
"scripts": {
"gen:version": "tscjs scripts/version",
"tag:version": "tscjs scripts/tag",
"build": "run-s clean build:{bundle,types} roll-types",
"build:bundle": "tscjs scripts/build",
"build:types": "tsc -p src/tsconfig.json",
"build:docs": "rm-all docs && typedoc && prettier --write \"**/*.md\"",
"deploy": "sh scripts/deploy.sh",
"roll-types": "api-extractor run && rm-all temp",
"watch": "pnpm build:bundle -w",
"pub": "tscjs scripts/publish",
"unpub": "tscjs scripts/unpublish",
"sync": "tscjs scripts/sync",
"workflow:publish-test": "zx scripts/workflow.mjs",
"clean": "rm-all dist es lib",
"dist": "run-s eslint prettier build",
"test-unit": "jest --filter ./scripts/filter-unit.js",
"eslint": "eslint --fix .",
"prettier": "prettier --write \"**/*.{js,ts,jsx,tsx,yml,json,md}\"",
"pub.bak": "git add . && git commit -m $npm_package_version && git pull && git push"
},
"devDependencies": {
"@babel/core": "^7.21.8",
"@babel/preset-env": "^7.21.5",
"@babel/preset-typescript": "^7.21.5",
"@eslint-sets/eslint-config-ts": "^5.2.0",
"@microsoft/api-extractor": "^7.34.9",
"@node-kit/extra.fs": "^2.5.1",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-node-resolve": "^15.0.2",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-terser": "^0.4.3",
"@rollup/plugin-typescript": "^11.1.1",
"@types/activex-excel": "^14.0.6",
"@types/babel__core": "^7.20.0",
"@types/node": "^20.2.0",
"core-js": "^3.30.2",
"cross-env": "^7.0.3",
"eslint": "^8.40.0",
"fast-glob": "^3.2.12",
"load-yml": "^1.3.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
"prettier-config-common": "^1.4.0",
"reinstaller": "^3.0.0",
"rm-all": "^1.0.0",
"rollup": "^3.22.0",
"rollup-plugin-filesize": "^10.0.0",
"rollup-plugin-visualizer": "^5.9.0",
"tsnd": "^1.1.0",
"typescript": "^5.0.4",
"zx": "^7.2.2"
},
"engines": {
"node": ">=12.20"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"webpack"
],
"allowedVersions": {
"eslint": "^8.0.0"
}
}
},
"keywords": [
"use-downloads",
"download",
"use-download",
"download-kit",
"download-all",
"saqqdy"
],
"license": "MIT",
"author": "saqqdy<https://github.com/saqqdy>",
"homepage": "https://github.com/saqqdy/use-downloads#readme",
"bugs": {
"url": "https://github.com/saqqdy/use-downloads/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/saqqdy/use-downloads.git"
}
}
index.js
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