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

metalsmith-renamer

Package Overview
Dependencies
Maintainers
1
Versions
228
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

metalsmith-renamer - npm Package Compare versions

Comparing version 0.4.1 to 0.5.0-next.1

CHANGELOG.md

62

package.json
{
"name": "metalsmith-renamer",
"version": "0.4.1",
"version": "0.5.0-next.1",
"description": "Plugin to take a pattern and rename each matched file",
"main": "lib/index.js",
"source": "src/index.js",
"main": "dist/index.js",
"module": "dist/index.module.js",
"files": [
"dist"
],
"repository": {

@@ -11,3 +16,6 @@ "type": "git",

"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"build": "microbundle --target node -f es,cjs",
"test": "jest",
"test:watch": "jest --watch",
"release": "semantic-release"
},

@@ -23,3 +31,51 @@ "keywords": [

"minimatch": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.10.0",
"@babel/preset-env": "^7.10.0",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"babel-jest": "^26.0.1",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.3",
"jest": "^26.0.1",
"metalsmith": "^2.3.0",
"microbundle": "^0.12.0",
"prettier": "^2.0.5",
"semantic-release": "^17.0.8"
},
"release": {
"branches": [
"master",
{
"name": "next",
"prerelease": true
}
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/git",
"@semantic-release/github"
]
},
"eslint": {
"extends": [
"plugin:prettier/recommended"
]
},
"babel": {
"presets": [
[
"@babel/preset-env",
{
"targets": {
"node": "current"
}
}
]
]
}
}
lib/index.js
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