@react-spring/rafz
Advanced tools
Comparing version 0.0.0-fb0ddfbbce1fd1b524534d96188b7bdb923c7bc7-20230227080834 to 0.0.0-nightly-52cc710-20230626001840
{ | ||
"name": "@react-spring/rafz", | ||
"version": "0.0.0-fb0ddfbbce1fd1b524534d96188b7bdb923c7bc7-20230227080834", | ||
"version": "0.0.0-nightly-52cc710-20230626001840", | ||
"description": "react-spring's fork of rafz one frameloop to rule them all", | ||
"main": "dist/index.js", | ||
"module": "dist/index.mjs", | ||
"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", | ||
"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", | ||
@@ -22,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": [ | ||
@@ -38,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" | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
81512
17
875
2
1