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

create-framer-plugin

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-framer-plugin - npm Package Compare versions

Comparing version 0.1.13 to 0.1.14

tt/index.html

10

index.js

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

message: "What is your plugin named?",
initial: "my-plugin",
validate: (name) => {

@@ -52,4 +51,8 @@ const validation = validateNpmName(path.basename(path.resolve(name)))

if (!projectPath) {
console.error("No project name given")
process.exit(1)
console.log(
`${chalk.green(checkmark)} Using default name “${chalk.bold(
"my-plugin"
)}”`
)
projectPath = "my-plugin"
}

@@ -162,2 +165,3 @@

vite: "^5",
"vite-plugin-framer": "^0",
},

@@ -164,0 +168,0 @@ }

{
"name": "create-framer-plugin",
"version": "0.1.13",
"version": "0.1.14",
"description": "Create Framer Plugins with one command",

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

import { defineConfig } from "vite"
import react from "@vitejs/plugin-react-swc"
import mkcert from "vite-plugin-mkcert"
import framerPlugin from "vite-plugin-framer"
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react(), mkcert()],
plugins: [react(), mkcert(), framerPlugin()],
})
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