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

metalsmith-jstransformer

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

metalsmith-jstransformer - npm Package Compare versions

Comparing version 0.7.1 to 0.7.2

4

HISTORY.md
# Changelog
## v0.7.2
- Updated dependencies
## v0.7.1

@@ -4,0 +8,0 @@

22

package.json
{
"name": "metalsmith-jstransformer",
"version": "0.7.1",
"version": "0.7.2",
"description": "Metalsmith JSTransformer Plugin",

@@ -9,5 +9,5 @@ "files": [

"scripts": {
"test": "npm run testit && npm run xo",
"testit": "node test",
"xo": "xo --space --no-semicolon"
"test": "node test",
"posttest": "npm run xo",
"xo": "xo --space --no-semicolon --ignores=test/index.js"
},

@@ -28,8 +28,8 @@ "repository": {

"dependencies": {
"async": "^2.0.0-rc.5",
"clone": "^1.0.2",
"async": "^2.1.2",
"clone": "^2.0.0",
"extend": "^3.0.0",
"inputformat-to-jstransformer": "^1.1.2",
"inputformat-to-jstransformer": "^1.1.8",
"jstransformer": "~1.0.0",
"minimatch": "^3.0.0"
"minimatch": "^3.0.3"
},

@@ -45,6 +45,6 @@ "devDependencies": {

"metalsmith": "2.*",
"rimraf": "^2.5.0",
"testit": "^2.0.2",
"xo": "^0.16.0"
"rimraf": "^2.5.4",
"testit": "^2.1.2",
"xo": "^0.17.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