Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

create-tutorial

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

create-tutorial - npm Package Compare versions

Comparing version 0.0.1-alpha.3 to 0.0.1-alpha.4

2

dist/index.js

@@ -6,2 +6,2 @@ #!/usr/bin/env node

const tutorialKitEntryPoint = require.resolve('tutorialkit');
spawnSync('node', [tutorialKitEntryPoint, 'create'], { stdio: 'inherit' });
spawnSync('node', [tutorialKitEntryPoint, 'create', ...process.argv.slice(2)], { stdio: 'inherit' });
{
"name": "create-tutorial",
"version": "0.0.1-alpha.3",
"version": "0.0.1-alpha.4",
"description": "",

@@ -5,0 +5,0 @@ "type": "module",

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