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

framer-plugin

Package Overview
Dependencies
Maintainers
54
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

framer-plugin - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

18

package.json
{
"name": "framer-plugin",
"version": "2.0.3",
"version": "2.0.4",
"type": "module",

@@ -20,13 +20,13 @@ "main": "src/index.ts",

"scripts": {
"build": "tsup src/index.ts --format esm --dts --minify",
"build": "tsup src/index.ts --format esm --dts --minify --tsconfig tsconfig.build.json",
"dev": "tsup src/index.ts --format esm --dts --sourcemap --watch",
"lint": "yarn format-check:ts && eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"format:ts": "yarn :format",
"format-check:ts": "yarn :format-check",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"test": "jest",
"typecheck": "yarn :tsc --noEmit",
"watch-typechecking": "yarn :tsc --noEmit --watch",
"clean": "rm -rf dist",
"typecheck": "yarn :tsc --noEmit --project tsconfig.build.json",
"watch-typechecking": "yarn :tsc --noEmit --watch --project tsconfig.build.json",
"test-type-defintions": "tsd",
"prepublishOnly": "npm run test && npm run build",
"publish": "yarn npm publish"
"prepack": "yarn clean && yarn build",
"prepublish": "yarn test",
"prepublishOnly": "echo 'Please use yarn npm publish' && exit 1"
},

@@ -33,0 +33,0 @@ "peerDependencies": {

@@ -38,2 +38,3 @@ export type { ImageAsset } from "./assets"

ManagedCollectionField,
SupportedCollectionField,
CollectionItemData,

@@ -40,0 +41,0 @@ BooleanField,

Sorry, the diff of this file is too big to display

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