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

cw-egg-boilerplate-simple

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cw-egg-boilerplate-simple - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

boilerplate/_package-lock.json

6

boilerplate/_package.json
{
"name": "my-sample",
"name": "{{name}}",
"version": "1.0.0",
"description": "",
"description": "{{description}}",
"scripts": {

@@ -15,3 +15,3 @@ "dev": "egg-bin dev --port 7001",

},
"author": "",
"author": "{{author}}",
"license": "ISC",

@@ -18,0 +18,0 @@ "dependencies": {

@@ -9,3 +9,3 @@ const path = require('path');

},
keys: '123456',
keys: '{{keys}}',
view: {

@@ -12,0 +12,0 @@ defaultViewEngine: 'nunjucks',

{
"name": "cw-egg-boilerplate-simple",
"version": "1.0.1",
"version": "1.0.2",
"description": "boilerplate for cw egg quickstart",

@@ -5,0 +5,0 @@ "main": "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