Socket
Socket
Sign inDemoInstall

bug-free-bassoon

Package Overview
Dependencies
0
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    bug-free-bassoon

Thi is just an other test repo


Version published
Weekly downloads
1
Maintainers
1
Install size
56.1 kB
Created
Weekly downloads
 

Readme

Source

Thi is just an other test repo

Home - Documentation

Install / Import

$ npm install --save bug-free-bassoon
import { myFunction, myObject } from "bug-free-bassoon";

Specific imports:

import { myFunction } from "bug-free-bassoon/myFunction";
import { myObject } from "bug-free-bassoon/myObject";

Import from HTML, with CDN

Import it via a bundle that creates a global ( wider browser support ):

<script src="//unpkg.com/bug-free-bassoon/bundle.min.js"></script>
<script>
    const { myFunction, myObject } = bug_free_bassoon;
</script>

Or import it as an ES module:

<script type="module">
    import { myFunction, myObject } from "//unpkg.com/bug-free-bassoon/zz_esm/index.js";
</script>

You can specify the version you wish to import: unpkg.com

Contribute

npm install
npm run build
npm test

FAQs

Last updated on 19 Mar 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc