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

create-vitebook

Package Overview
Dependencies
Maintainers
1
Versions
136
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-vitebook - npm Package Compare versions

Comparing version 0.13.0 to 0.13.1

4

package.json
{
"name": "create-vitebook",
"version": "0.13.0",
"version": "0.13.1",
"keywords": [

@@ -51,3 +51,3 @@ "alternative",

"engines": {
"node": ">=16.0.0"
"node": ">=14.0.0"
},

@@ -54,0 +54,0 @@ "publishConfig": {

@@ -43,5 +43,5 @@ // @ts-check

this.pkg.scripts ??= {};
this.pkg.dependencies ??= {};
this.pkg.devDependencies ??= {};
this.pkg.scripts = this.pkg.scripts ?? {};
this.pkg.dependencies = this.pkg.dependencies ?? {};
this.pkg.devDependencies = this.pkg.devDependencies ?? {};
}

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