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.8 to 0.1.9

index.js

18

package.json
{
"name": "create-framer-plugin",
"version": "0.1.8",
"version": "0.1.9",
"description": "Create Framer Plugins with one command",
"main": "dist/index.js",
"bin": "dist/index.js",
"main": "index.js",
"bin": "index.js",
"type": "module",

@@ -17,3 +17,4 @@ "repository": {

"test": "echo \"Error: no test specified\" && exit 1",
"build": "esbuild index.js --bundle --outfile=dist/index.js --format=esm --platform=node --target=node18"
"build": "parcel build index.js",
"build-esbuild": "esbuild index.js --bundle --outfile=dist/index.js --format=esm --platform=node --target=node18"
},

@@ -35,3 +36,10 @@ "keywords": [],

},
"packageManager": "yarn@4.1.1"
"packageManager": "yarn@4.1.1",
"targets": {
"context": "node",
"outputFormat": "esmodule",
"default": {
"distDir": "./dist"
}
}
}
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