Socket
Socket
Sign inDemoInstall

estree-util-value-to-estree-cjs

Package Overview
Dependencies
0
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    estree-util-value-to-estree-cjs

CommonJS packaged version of estree-util-value-to-estree


Version published
Weekly downloads
2
decreased by-50%
Maintainers
1
Install size
9.13 kB
Created
Weekly downloads
 

Readme

Source

estree-util-value-to-estree-cjs

A wrapper of remcohaszing's brilliant estree-util-value-to-estree, packaged to be imported synchronously into CJS projects.

In most scenarios you should NOT use this package. Instead, consider:

Usage

Use this where you'd otherwise use estree-util-value-to-estree, for example:

const { valueToEstree } = require('estree-util-value-to-estree-cjs');

module.exports = valueToEstree({
  name: "Adam"
})

Contributing

Pull requests are welcomed on GitHub! To get started:

  1. Install Git and Node.js
  2. Clone the repository
  3. Install dependencies with npm install
  4. Run npm run test to run tests
  5. Build with npm run build

Releases

Versions follow the versioning of estree-util-value-to-estree.

To release:

  1. Use npm version <version> --allow-same-version to bump the version
  2. Make sure estree-util-value-to-estree's version matches (npm test will check this for you)
  3. Run git push --follow-tags to push with tags
  4. Wait for GitHub Actions to publish to the NPM registry.

FAQs

Last updated on 17 Jan 2024

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