New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@rbf/parcel-optimizer-javascript-obfuscator

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rbf/parcel-optimizer-javascript-obfuscator - npm Package Versions

0.2.2

Diff

Changelog

Source

[0.2.2] - 2022-02-11

Fixed

  • Explicitly add @parcel/plugin dependency to package.json as suggested by the following warning:

    console: (node:1820) [MODULE_NOT_FOUND] Error:
    @rbf/parcel-optimizer-javascript-obfuscator tried to access @parcel/plugin,
    but it isn't declared in its dependencies; this makes the require call
    ambiguous and unsound.
    

    Note that its version is unpinned on purpose (i.e. version requirement in package.json is ^2.3.1 instead of 2.3.1) to avoid having to release in sync with Parcel.

rbf
published 0.2.1 •

Changelog

Source

[0.2.1] - 2022-02-10

Fixed

  • Specify package.json#engines.parcel as per the Parcel documentation as suggested by the following warning:

    @parcel/core: The plugin "@rbf/parcel-optimizer-javascript-obfuscator" needs
    to specify a `package.json#engines.parcel` field with the supported Parcel
    version range.
    
rbf
published 0.2.0 •

Changelog

Source

[0.2.0] - 2022-02-10

Changed

  • Remove the dot at the beginning of the expected configuration file, so that now the configuration file has to be named javascript-obfuscator.config.json.
rbf
published 0.1.0 •

Changelog

Source

[0.1.0] - 2022-02-10

Added

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