npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@crabas0npm/quasi-dignissimos-aspernatur

v1.0.0

Published

Libraries for writing [Azure Pipelines](https://azure.microsoft.com/en-us/services/devops/pipelines/) tasks

Downloads

65

Maintainers

thanhl4861thanhl4861

Keywords

upshamsetdebugwalkworkflowfunctionalfast-copyWebSocketstoSortedmkdirauthenticationlooktapeURLSearchParamsmixinslimitstructuredClonetrimLeftEScallbindsafeprotobuftimelook-uplazyiterategetintrinsictrimtestingeslintconfigschematsthrottle@@toStringTagdeepcjkisimmutablegetPrototypeOfwgetsuperagentdropfull-widthextrashrinkwrapargsrmdirtelephoneworkercollectioncloudfrontcryptoptimistbufferpatchsomematcheskarmacorsArray.prototype.filterObject.getPrototypeOfregularajaxjsurlexpressReactiveExtensionschromeArrayBuffer.prototype.slicekeycharacterlessnpmpositivemergejwtES7make dirprunepolyfillless.jsObservablefluxprotocol-bufferscss lessgdproptionstdlibslotgetOwnPropertyDescriptortaskObject.keysweboffsetyupfixed-widthfiltermetadataroutera11yfunctionsastES2022dayjssymbolquerystringnegativeArrayBuffer#sliceECMAScript 2019fastcloneredactloggerhotbundlerjQueryMicrosofttakeUint16Arrayjsonbddhasid_.extendmonorepopackage managerarraypersistentscheme-validationflagsworkspace:*es-shim APIqueryeventEmittercallnamesdotenvECMAScript 2020listenerssesfetchfigletincludesgradients cssform-validationawssymlinkswfdatastructurerm -rfregexfile systemprettyES8containstypedarraysreact-testing-libraryparsingjavascriptdataViewsimpledbeveryrfc4122uninstallchromiumajvflattenRxsqstc39has-owncloudsearchvalidprototypecheckArray.prototype.findLastIndexgroupmacosponyfillinstallSymbolfunctionairbnbinputtddisConcatSpreadabletoStringTaggroupByestreecallbacknativeCSSStyleDeclarationless csshandlersphoneString.prototype.matchAlllockfileES2017walkingESnextcryptofoldersyntaxerrorReflect.getPrototypeOfdynamodbECMAScript 2017flatasyncweaksetomitsortduplexcloudwatchfullwidthparsestatusObject.ishasOwnReactiveXwhichparentscolumnfastcopy-0reducebufferssetPrototypeOftrimEndimportstyleszodenvstablefrompipeUint8ClampedArraycss variablees2017weakmapmochaUint8Arrayformatcodes256progressgetoptreact-hook-formnameobjecteventsassertsefficientguidarktypeconcurrencynegative zerodeleteentriesObject.valuescall-bindwarningirqbundlingfast-clonerangeerrorclicallboundbatchintrinsicnodejsveststyled-componentsgetpostcsscommand-linejestgraphqlpromiseswaitexpressionproxylanguagereadBigUint64Arrayhttpcommandcall-bounddeep-copymapvalueRFC-6455domloadbalancingutil.inspectes6Iteratorstringifyendpointelbequalec2colorsconfigurablestatepushescapesignaltoolsnodees5xhrtouchwordbreakstylecloudtrailES3pnpm9sharedarraybuffermakeviewdebuggertypesortedprocessWebSocketcoreshebangregular expressionfileArray0preserve-symlinksbindobjschemekinesisFloat64ArrayvpcECMAScript 2021ECMAScript 2016formattingtoobjecteslintpluginwidthgenericsSymbol.toStringTagamazonsliceoutputlinewrapSetlastless compiler$.extendPushfastifyloggingECMAScript 7watcherjsdomrandombytelibphonenumberperformanceArray.prototype.flattenvaluespredictablefpsPromisecoloropenpyyamlhooksmimerdsjoisidearraysclassespathnumberArray.prototype.flatWeakSetmomentstringifierECMAScript 2015signalsebsreduxlinkpicomatchgetterchaitoArraywindowsterminalparentbcryptpropertybrowserlistECMAScript 6collection.es6encryptiontextregular expressionspromisestylingcoerciblebreakstreamsargvYAMLtesterES2015formansiassignequalitycolourECMAScript 2022concatMapMaplengthemrwhatwginvariantassertionsequenceutilityxtermcode pointsjsdiffbrowserslistless mixinscopyflagtyped arrayECMAScript 2018requestAsyncIteratormovees2016TypedArrayidleflatMapdatapackagecssexit-codedeepcopyES2018parserconnectfindUint32ArrayfsjsxObject.assignfullBigInt64ArraypasswordInt16Arraychinesechannelcolumnsresolvemruperformantsnsl10n

Readme

Azure Pipelines Task SDK

Libraries for writing Azure Pipelines tasks

Reference examples of our in the box tasks are here

Status

| | Build & Test | |---|:-----:| |Win-x64 Windows|Build & Test| |macOS macOS|Build & Test| |Linux-x64 Linux|Build & Test|

Highlights

  • Breaks coupling with agent: This lib is decoupled and ships with the task and the agent is just an engine to run tasks.
  • Testability: Aims to offer the ability to actually run your task scripts under all scenarios without a server or an agent.
  • Localization: The lib provides a mechanism for storing your localized strings with your task, and loading the correct set at run-time.
  • Consistent API: The TypeScript and PowerShell libs are largely consistent. They only differ where it makes sense (being true to the platform).
  • Tracing for free: Tracing has been built-in to many of the commands. Use the SDK and get some debug tracing for free.

TypeScript Tasks

Cross platform tasks are written in TypeScript. It is the preferred way to write tasks once.

NPM version VSTS

Documentation: Creating Node Tasks with the Typescript API

PowerShell Tasks

A task which automates Powershell technologies can be written with our Powershell SDK. These only run on Windows.

Documentation: PowerShell API

Notes on authoring Tasks

Starting from version v2.141.0, the agent can now run on three OS architectures: x86, x64, and 32-bit ARM. When authoring a new task, you can check agent variable: Agent.OSArchitecture (possible values: X86, X64, ARM) to restrict running said task to a particular set of OS architectures.

Security issues

Do you think there might be a security issue? Have you been phished or identified a security vulnerability? Please don't report it here - let us know by sending an email to [email protected].