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

cjs-rename

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cjs-rename - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

14

package.json
{
"name": "cjs-rename",
"version": "0.0.1",
"version": "0.0.2",
"description": "Rename a CJS file thing",

@@ -12,2 +12,12 @@ "main": "index.js",

},
"author": "George Czabania <george@czabania.com>",
"homepage": "https://github.com/stayradiated/cjs-rename",
"repository": {
"type": "git",
"url": "https://github.com/stayradiated/cjs-rename.git"
},
"bugs": {
"url": "https://github.com/stayradiated/cjs-rename/issues"
},
"license": "MIT",
"keywords": [

@@ -19,4 +29,2 @@ "rename",

],
"author": "George Czabania",
"license": "MIT",
"dependencies": {

@@ -23,0 +31,0 @@ "commander": "2.1.x",

@@ -11,7 +11,7 @@ # cjs-rename

// timruffles idea
cjs-rename ../source/old.js new.js ../source
// timruffles idea - only specify file names, not paths
cjs-rename old.js new.js ../source
// my idea - if no source is specified, use parent dir
cjs-rename ../source/old.js new.js
// my idea - if no source is specified, use current dir
cjs-rename old.js new.js
```

@@ -50,2 +50,6 @@

### 0.0.2
- Add github page to package.json
### 0.0.1

@@ -52,0 +56,0 @@

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