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

create-stylable-app

Package Overview
Dependencies
Maintainers
5
Versions
143
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-stylable-app - npm Package Compare versions

Comparing version

to
4.0.0

dist/cli-main.d.ts

2

bin/create-stylable-app.js
#!/usr/bin/env node
require('../cjs/cli-main.js');
require('../dist/cli-main.js');
{
"name": "create-stylable-app",
"version": "4.0.0-alpha.10",
"version": "4.0.0",
"description": "Quickly create a Stylable application",
"main": "./cjs/index.js",
"types": "./cjs/index.d.ts",
"main": "dist/index.js",
"bin": {

@@ -11,6 +10,3 @@ "create-stylable-app": "./bin/create-stylable-app.js"

"scripts": {
"clean": "rimraf ./cjs",
"build": "ts-build ./src --cjs",
"test": "tsc -p template/ts-react-webpack --noEmit",
"prepack": "yarn build"
"test": "tsc -p template/ts-react-webpack --noEmit"
},

@@ -22,5 +18,7 @@ "dependencies": {

"bin",
"cjs",
"dist",
"!dist/test",
"src",
"template"
"template",
"!*/tsconfig.{json,tsbuildinfo}"
],

@@ -41,4 +39,3 @@ "keywords": [

"author": "Wix.com",
"license": "BSD-3-Clause",
"gitHead": "73175a1223e30b7900e26953215abbf9ae297937"
"license": "BSD-3-Clause"
}

@@ -0,0 +0,0 @@ # create-stylable-app

@@ -0,0 +0,0 @@ import path from 'path';

import path from 'path';
import { promises } from 'fs';
import { SpawnOptions } from 'child_process';
import type { SpawnOptions } from 'child_process';
import validatePackageName from 'validate-npm-package-name';

@@ -5,0 +5,0 @@ import { statSafe, spawnSafe, directoryDeepChildren, executeWithProgress } from './helpers';

@@ -0,0 +0,0 @@ import path from 'path';

export * from './create-project';
{
"recommendations": ["wix.stylable-intelligence"]
}

@@ -0,0 +0,0 @@ # Stylable App

@@ -16,3 +16,3 @@ module.exports = {

'file-loader',
'html-webpack-plugin@next',
'html-webpack-plugin',
'rimraf',

@@ -39,5 +39,5 @@ 'serve',

typecheck: 'tsc --noEmit',
test: 'npm run typecheck && npm run lint'
test: 'npm run typecheck && npm run lint',
},
},
};

@@ -0,0 +0,0 @@ declare module '*.st.css' {

@@ -0,0 +0,0 @@ const { StylableWebpackPlugin } = require('@stylable/webpack-plugin');

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet