Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

estree-util-value-to-estree-cjs

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

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

  • 3.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
increased by100%
Maintainers
1
Weekly downloads
 
Created
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

Package last updated on 17 Jan 2024

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc