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

@patternfly/class-name-updater

Package Overview
Dependencies
Maintainers
15
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@patternfly/class-name-updater - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

test/largeFile.js

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [2.0.3](https://github.com/patternfly/pf-codemods/compare/@patternfly/class-name-updater@2.0.2...@patternfly/class-name-updater@2.0.3) (2024-03-20)
### Bug Fixes
* **class-name-updater:** fix cli to grab package file relatively ([#615](https://github.com/patternfly/pf-codemods/issues/615)) ([9df19dd](https://github.com/patternfly/pf-codemods/commit/9df19dd7119d47a635edd70066665d5d15a01037))
## [2.0.2](https://github.com/patternfly/pf-codemods/compare/@patternfly/class-name-updater@2.0.1...@patternfly/class-name-updater@2.0.2) (2024-03-19)

@@ -8,0 +19,0 @@

2

dist/cli.js

@@ -19,3 +19,3 @@ #!/usr/bin/env node

program
.version(require((0, path_1.join)(process.cwd(), "packages", "class-name-updater", "package.json")).version)
.version(require('../package.json').version)
.description("Update class name versioning")

@@ -22,0 +22,0 @@ .arguments("<path> [otherPaths...]")

{
"name": "@patternfly/class-name-updater",
"version": "2.0.2",
"version": "2.0.3",
"description": "Utility to update class names with Patternfly version numbers",

@@ -19,3 +19,3 @@ "author": "Red Hat",

"clean": "rimraf ./dist",
"test": "jest"
"test": "node ./dist/cli.js test --exclude test/largeFile.js"
},

@@ -32,3 +32,3 @@ "dependencies": {

},
"gitHead": "7f1517ac2536e3f309efe2f18d4efa2438120eb4"
"gitHead": "4e8e509fcf6793b3283592bcee22f1ee2f7300e4"
}

@@ -11,8 +11,3 @@ #!/usr/bin/env node

.version(
require(join(
process.cwd(),
"packages",
"class-name-updater",
"package.json"
)).version
require('../package.json').version
)

@@ -19,0 +14,0 @@ .description("Update class name versioning")

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