Socket
Socket
Sign inDemoInstall

create-stride-app

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-stride-app - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

dist/index.js

@@ -13,3 +13,3 @@ "use strict";

const newDirRelative = path.relative(process.cwd(), newDir);
const pkgJson = path.join(process.cwd(), "package.json");
const pkgJson = path.join(newDir, "package.json");

@@ -16,0 +16,0 @@ _asyncToGenerator(function* () {

{
"name": "create-stride-app",
"description": "Get a Stride app up and running in a few clicks.",
"version": "0.0.1",
"version": "0.0.2",
"license": "MIT",

@@ -10,3 +10,4 @@ "scripts": {

"lint": "eslint src",
"flow": "flow"
"flow": "flow",
"release": "yarn build && npm publish"
},

@@ -13,0 +14,0 @@ "repository": {

@@ -11,3 +11,3 @@ // @flow

const newDirRelative = path.relative(process.cwd(), newDir);
const pkgJson = path.join(process.cwd(), "package.json");
const pkgJson = path.join(newDir, "package.json");

@@ -14,0 +14,0 @@ (async () => {

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