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

babel-plugin-transform-lhs-constants

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-transform-lhs-constants - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

12

package.json
{
"name": "babel-plugin-transform-lhs-constants",
"version": "1.1.0",
"version": "1.2.0",
"description": "The Babel plugin to move constant values to the left-hand side of binary nodes",

@@ -10,3 +10,3 @@ "main": "dist/index.cjs",

"scripts": {
"build": "rollup -c",
"build": "NODE_NO_WARNINGS=1 rollup -c",
"test": "NODE_NO_WARNINGS=1 node --experimental-loader ts-node/esm --test test/*.spec.ts"

@@ -22,10 +22,10 @@ },

"@babel/types": "^7.24.0",
"@evilmartians/lefthook": "^1.6.8",
"@evilmartians/lefthook": "^1.6.10",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-node-resolve": "^15.2.3",
"@types/babel__helper-plugin-utils": "^7.10.3",
"@types/node": "^20.12.4",
"rollup": "^4.14.0",
"@types/node": "^20.12.7",
"rollup": "^4.14.2",
"ts-node": "^10.9.2",
"typescript": "^5.4.3"
"typescript": "^5.4.5"
},

@@ -32,0 +32,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