Socket
Socket
Sign inDemoInstall

@react-spring/rafz

Package Overview
Dependencies
0
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.0-40ac9039be0c657954e31ea7588bee4abbf1df1f-20230227081728 to 0.0.0-65fc02cc281573bc28d90720983c8e9df9035059-20230625170003

dist/cjs/index.js

30

package.json
{
"name": "@react-spring/rafz",
"version": "0.0.0-40ac9039be0c657954e31ea7588bee4abbf1df1f-20230227081728",
"version": "0.0.0-65fc02cc281573bc28d90720983c8e9df9035059-20230625170003",
"description": "react-spring's fork of rafz one frameloop to rule them all",
"main": "dist/index.js",
"module": "dist/esm/index.js",
"types": "dist/index.d.ts",
"module": "./dist/react-spring_rafz.legacy-esm.js",
"main": "./dist/cjs/index.js",
"types": "./dist/react-spring_rafz.modern.d.ts",
"exports": {
"./package.json": "./package.json",
".": {
"types": "./dist/index.d.ts",
"import": "./dist/esm/index.js",
"module": "./dist/esm/index.js",
"require": "./dist/index.js"
},
"./package.json": "./package.json"
"types": "./dist/react-spring_rafz.modern.d.ts",
"import": "./dist/react-spring_rafz.modern.mjs",
"require": "./dist/cjs/index.js"
}
},
"files": [
"dist/*",
"dist/**/*",
"README.md",

@@ -23,3 +22,3 @@ "LICENSE"

"repository": "pmndrs/react-spring",
"homepage": "https://github.com/pmndrs/react-spring/tree/master/packages/rafz#readme",
"homepage": "https://github.com/pmndrs/react-spring/tree/main/packages/rafz#readme",
"keywords": [

@@ -39,5 +38,8 @@ "animated",

"scripts": {
"build": "tsup --legacy-output",
"dev": "tsup"
"build": "tsup",
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
"dev": "tsup --watch",
"lint": "TIMING=1 eslint \"src/**/*.ts*\"",
"pack": "yarn pack"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc