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

hermes-transform

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hermes-transform - npm Package Compare versions

Comparing version 0.14.0 to 0.15.0

3

dist/transform/print.js

@@ -28,2 +28,3 @@ /**

let cache = 1;
const cacheBase = Math.random();

@@ -101,3 +102,3 @@ async function print(ast, originalCode, prettierOptions = {}, visitorKeys) {

// function with the correct AST is always called.
cache: cache++,
cache: `${cacheBase}-${cache++}`,

@@ -104,0 +105,0 @@ // Provide the passed AST to prettier

{
"name": "hermes-transform",
"version": "0.14.0",
"version": "0.15.0",
"description": "Tools built on top of Hermes-ESTree to enable codebase transformation",

@@ -15,8 +15,9 @@ "main": "dist/index.js",

"flow-enums-runtime": "^0.0.6",
"hermes-eslint": "0.14.0",
"hermes-estree": "0.14.0",
"hermes-parser": "0.14.0"
"hermes-eslint": "0.15.0",
"hermes-estree": "0.15.0",
"hermes-parser": "0.15.0"
},
"peerDependencies": {
"prettier": "^3.0.0 || ^2.7.1"
"prettier": "^3.0.0 || ^2.7.1",
"prettier-plugin-hermes-parser": "^0.14.0"
},

@@ -23,0 +24,0 @@ "files": [

Sorry, the diff of this file is not supported yet

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