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

app-proto-recipes

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

app-proto-recipes - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

2

package.json
{
"name": "app-proto-recipes",
"version": "0.0.3",
"version": "0.0.4",
"description": "Read the specification of directories (for app-proto scaffold).",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -61,3 +61,4 @@ 'use strict';

tpls: ctx.$tpls,
page: ctx.$pages[page]
page: ctx.$pages[page],
key: page
});

@@ -64,0 +65,0 @@

@@ -28,2 +28,3 @@ import path from 'path'

page: ctx.$pages[page],
key: page,
})

@@ -30,0 +31,0 @@ ctx.body = tpl.toHtml()

@@ -9,2 +9,3 @@ // @notice 此文件在Node端也会执行(如果涉及Isomorphism 则在此文件中引入前端模块的内容)

this.page = tplParams.page || null
this.key = tplParams.key || null
}

@@ -11,0 +12,0 @@

@@ -34,1 +34,2 @@ import fs from 'fs'

}

@@ -21,2 +21,3 @@ 'use strict';

this.page = tplParams.page || null;
this.key = tplParams.key || null;
}

@@ -23,0 +24,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