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
3.12.0

2

package.json
{
"name": "create-stylable-app",
"version": "3.11.14",
"version": "3.12.0",
"description": "Quickly create a Stylable application",

@@ -5,0 +5,0 @@ "main": "./cjs/index.js",

@@ -38,5 +38,5 @@ module.exports = {

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