ali-oss

v6.21.0
aliyun oss(object storage service) node client
oss client file aliyun

build-change-log

standard-version

test

npm run tsc && mocha -t 120000 -r should -r dotenv/config test/node/*.test.js test/node/**/*.test.js

test-cov

npm run tsc && nyc --reporter=lcov node_modules/.bin/_mocha -t 120000 -r should test/node/*.test.js test/node/**/*.test.js

jshint

jshint .

build-test

mkdir -p ./test/browser/build && MINIFY=1 node browser-build.js > test/browser/build/aliyun-oss-sdk.min.js && node -r dotenv/config task/browser-test-build.js > test/browser/build/tests.js

browser-test

npm run build-test && karma start

build-dist

npm run tsc && node browser-build.js > dist/aliyun-oss-sdk.js && MINIFY=1 node browser-build.js > dist/aliyun-oss-sdk.min.js

publish-to-npm

node publish-npm-check.js && npm publish

publish-to-cdn

node publish.js

snyk-protect

snyk-protect

lint-staged

lint-staged

detect-secrets

node task/detect-secrets

tsc

npm run tsc:clean && npm run tsc:build

tsc:build

tsc -b tsconfig.json tsconfig-cjs.json

tsc:watch

tsc -b tsconfig.json tsconfig-cjs.json --watch

tsc:clean

tsc -b tsconfig.json tsconfig-cjs.json --clean

prepare

husky install
npm i ali-oss

Metadata

  • MIT
  • >=8
  • dead_horse
  • released 8/16/2024

Downloads