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

flip-toolkit

Package Overview
Dependencies
Maintainers
0
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flip-toolkit - npm Package Compare versions

Comparing version 7.2.5-0 to 7.2.5-1

9

package.json
{
"name": "flip-toolkit",
"version": "7.2.5-0",
"version": "7.2.5-1",
"description": "Configurable FLIP animation helpers",

@@ -11,3 +11,6 @@ "license": "MIT",

"types": "./lib/index.d.ts",
"exports": "./lib/index.modern.mjs",
"exports": {
"types": "./lib/index.d.mts",
"default": "./lib/index.modern.mjs"
},
"repository": {

@@ -29,3 +32,3 @@ "type": "git",

"scripts": {
"build": "microbundle --name=FlipToolkit --define process.env.NODE_ENV=production --globals rematrix=Rematrix",
"build": "microbundle --name=FlipToolkit --define process.env.NODE_ENV=production --globals rematrix=Rematrix; cp ./lib/index.d.ts ./lib/index.d.mts",
"build:debug": "microbundle --name=FlipToolkit --no-compress",

@@ -32,0 +35,0 @@ "lint": "echo \"noop\"",

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