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

metalsmith-revision

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

metalsmith-revision - npm Package Compare versions

Comparing version 0.0.0-semantic-dummy to 0.0.2

.babelrc

38

package.json
{
"name": "metalsmith-revision",
"version": "0.0.0-semantic-dummy",
"description": "Compile only the changed files",
"main": "./lib/index.js",
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "https://github.com/wcastand/metalsmith-revision.git"
},
"version": "0.0.2",
"description": "Compile only the modified files",
"main": "lib/index.js",
"scripts": {

@@ -22,24 +15,29 @@ "prebuild": "rimraf lib",

},
"repository": {
"type": "git",
"url": "git+https://github.com/wcastand/metalsmith-revision.git"
},
"keywords": [
"metalsmith",
"changed"
],
"author": "William Castandet <wcastand@gmail.com> (https://github.com/wcastand)",
"license": "MIT",
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
"bugs": {
"url": "https://github.com/wcastand/metalsmith-revision/issues"
},
"homepage": "https://github.com/wcastand/metalsmith-revision#readme",
"devDependencies": {
"babel-cli": "^6.11.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-es2015": "^6.13.1",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.11.6",
"chai": "^3.5.0",
"commitizen": "^2.8.4",
"cz-conventional-changelog": "^1.1.6",
"mocha": "^3.0.1",
"rimraf": "^2.5.4",
"semantic-release": "^4.3.5"
"rimraf": "^2.5.4"
},
"dependencies": {
"crypto": "0.0.3"
"crypto": "0.0.3",
"recursive-readdir": "^2.0.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