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

@nudata/nudata-assets

v0.9.82

Published

Assets required by the nudata app

Downloads

151

Readme

What is this

Holds some assets required for the nudata app

Currently following assets are published

  1. nudata_bundle javascript and css from [email protected]:shyamsfo/vue-sfdc-nudata.git
  2. knex_browser javascript from [email protected]:shyamsfo/knex-for-browser.git
  3. duck_wasm javascript from [email protected]:duckdb-wasm-examples/duckdbwasm-vitebrowser.git

[email protected]:shyamsfo/vue-sfdc-nudata.git also has some scripts to publish directly instead of using this repo

Installation and usage

Run from html directly using:

<script type="module" crossorigin="" src="https://www.your_fav_cdn.com/@nudata/nudata-assets/0.9.4/duck_entry.js"></script>
<script src="https://mac.nuwire.dev/nudata/js/nudata_bundle.js" defer="defer"></script>

Development Setup

  1. Clone the repo.
  2. yarn install to install required dependencies

Building

Build environment:

[HOME-MAC 08:04:33 /Users/shyam/devel/nodejs/nudata-builder   (master) 73]nvm --version
0.38.0
[HOME-MAC 08:04:37 /Users/shyam/devel/nodejs/nudata-builder   (master) 74]yarn --version
1.22.19
[HOME-MAC 08:04:41 /Users/shyam/devel/nodejs/nudata-builder   (master) 75]node --version
v14.18.0
[HOME-MAC 08:04:47 /Users/shyam/devel/nodejs/nudata-builder   (master) 76]node_modules/.bin/webpack --version

  System:
    OS: macOS 13.1
    CPU: (12) x64 Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz
    Memory: 20.20 MB / 16.00 GB
  Binaries:
    Node: 14.18.0 - ~/.nvm/versions/node/v14.18.0/bin/node
    Yarn: 1.22.19 - /usr/local/bin/yarn
    npm: 6.14.15 - ~/.nvm/versions/node/v14.18.0/bin/npm
  Browsers:
    Chrome: 111.0.5563.146
    Firefox: 111.0.1
    Safari: 16.2
  Packages:
    copy-webpack-plugin: ^6.1.0 => 6.4.1
    exports-loader: ^3.1.0 => 3.1.0
    html-webpack-plugin: ^4.4.1 => 4.5.2
    webpack: 5.75.0 => 5.75.0
    webpack-cli: 5.0.1 => 5.0.1
    webpack-dev-server: ^4.11.1 => 4.11.1

Publishing assets

  1. Copy over the assets from other repositories into assets/css and assets/js
  2. Use the scripts/copy.sh as appropriate
  3. yarn publish to publish the repo
  4. Check on npmjs and unpkg to make sure the new version is available
  5. yarn tag add <version> <tag> to add the tag such as beta or sfdc
  6. yarn tl to list the tags
  7. Use the packages in your other projects
  8. yarn build will build the system.
  9. yarn publish ---access=public to publish to the repo.

Publish

  1. First commit all the code using git add . and git commit -m "Commit message"
  2. Then run yarn publish --access public
  3. This will ask for new version number
  4. package.json will be updated with new version number and a new commit will be done
  5. prepublish will be run that will do the clean build
  6. package will be published
  7. git push (including tags) will be done.
  8. Verify package has been published at https://www.npmjs.com/package/@shyamsfo/nudata

More Info

Coming soon.