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

@patrtorg/natus-quos

v4.13.88

Published

This repo contains implementations of OMG IDL specifications used by [Foxglove](https://www.foxglove.dev). The parsers expect schemas according to the MCAP specifications: [ros2idl](https://mcap.dev/spec/registry#ros2idl), [omgidl](https://mcap.dev/spec/r

Downloads

1,984

Maintainers

minhtran645176minhtran645176

Keywords

figletgdprless mixinsrequireReflect.getPrototypeOfstoragegatewayclientcensorObject.getPrototypeOfreactBigInt64Arraypnpm9make dirregexpdom-testing-librarytextajves6performanceSetgitignoreeveryECMAScript 2015iterationtyped arrayJSONconcatMaprangeerrortoobjectsetPrototypeOfBigUint64ArrayAsyncIteratorwhichjshintcertificatesregular-expressionmatchSymbolES2023findLastuploadcommandvalidatorsymbolsprivate dataeventEmitterES2020linuxes-shimsfunctionalbrowserlistfullMicrosoftsyntaxerrorECMAScript 2018eslint-plugingraphqlES2017typanionstringifyomitqueryconcatsettingsinstalleroptimistspawnECMAScript 5fast-deep-clonecallbackthreestringmergecloudtrailregularObject.keysincludesramdadefinebundlingidentifiersawesomesaucehastelephoneshamtrimfastcopylockfilelocationflattenObservablesbddsuperagentshebangkinesisdeterministicsometransportstylebinarieshttpfluxpopmotionespreeclone$.extendsetImmediateFunction.prototype.namesyntaxmkdirscss-in-jsbyteLengtheslintboundCSSStyleDeclarationString.prototype.trimfunctionexit-codevpcvalidscheme-validationnpmforEachinputinspectoutputxhrconfigurablemixinsredux-toolkitrdsconfigsymlinksprotosetserializationstreamsapilinkintrinsic0filtercryptofnmatchpredictablesignalcurlworkflowcallWeakSettypesafecontainsObject.assigntestingcommanderflatwaitdomclassnameses8minimalsimpledbinternal slotgradients css3deepcopysignedcallboundstatusbufferspinnersgetintrinsicaccessibilitynamescolumnsebsexitpersistentsequencereducerjestlastmapcompilernegative zeroparseserviceES3react-componentES2016es2017mockingjsignorewrite-0less cssvestarraybufferURLtypedarrayttyinterruptsgroupBynativeelbdateformsglobalHyBifullwidthchannelasyncCSSutil.inspecttrimLefttoStringTagInt8ArrayargumentFloat32Arraybootstrap lesspipeimportexportindicatorenvironmentposeObject.definePropertyassertES5loggerhotasterisksreadableendershimvalidateansistringifierECMAScript 2017fpsiterateuser-streamsObject.valuesequalityschematoSortedjoijsonschemabindharmonyeventDispatchercssstylesheetconsolecolumnvaluecss lessreduceStyleSheetdependenciesphonezodmrudropRegExp#flagsdeep-copydir__proto__sortedfastglobunicodeECMAScript 2019css variabletacitweakmapenvInt16Arraydataviewmapreduce

Readme

Foxglove OMG IDL

This repo contains implementations of OMG IDL specifications used by Foxglove. The parsers expect schemas according to the MCAP specifications: ros2idl, omgidl.

| Package name | Description | Reference | Version | | -------------------------------- | ------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | | @patrtorg/natus-quos | Parse OMG IDL schemas – README | Interface Definition Language Specification | | | @patrtorg/natus-quos-serialization | De/Serialize data using IDL to CDR and CDR2 – README | Extensible and Dynamic Types for DDS Specification | | | @foxglove/ros2idl-parser | Parse the ROS 2 dialect of IDL – README | article, repo | |

See known limitations here: Parser/Grammar Limitations Serialization Limitations

Setup

corepack enable
yarn install

Test

If it's your first time building, you'll need to run yarn build.

Then to run test cases across all packages run yarn test from the root directory.

Note: to ensure that tests from a downstream in-repo dependency are running against the latest upstream version of code, you'll have to run yarn build every time you change the upstream dependency.

The dependency flow is as follows:

  • @patrtorg/natus-quos-serialization depends on @patrtorg/natus-quos
  • @foxglove/ros2idl-parser depends on @patrtorg/natus-quos

Deploy packages

  1. Open a PR updating the version of the packages that have new versions that need to be deployed.
  2. Land PR with change of version numbers and pull the latest on main locally
  3. Add git tags for each package you'd like to publish using the following prefixes
    • @patrtorg/natus-quos -> omgidl-parser/vX.X.X
    • @patrtorg/natus-quos-serialization -> omgidl-serialization/vX.X.X
    • @foxglove/ros2idl-parser -> ros2idl-parser/vX.X.X
  4. For example: if you're updating @patrtorg/natus-quos to v1.2.1 you would add the corresponding git tag by running git tag omgidl-parser/v1.2.1. For updating multiple packages on a single commit you can add multiple tags: git tag omgidl-parser/v1.2.1 omgidl-serialization/v1.1.3 .
  5. After adding the tag run git push origin refs/tags/<tag> to push the specific tag to the remote

Stay in touch

Join our Slack channel to ask questions, share feedback, and stay up to date on what our team is working on.

License

patrtorg/natus-quos and its packages are licensed under the MIT License.