New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@react-spring/rafz

Package Overview
Dependencies
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-spring/rafz - npm Package Compare versions

Comparing version 0.0.0-d0cc422bcf5dc2109d1d80e6ea065b4d8861d323-20230225174329 to 0.0.0-d80cafe1f0ccd7ce193b8f558285515ede3b8afc-20230625160448

dist/cjs/index.js

27

package.json
{
"name": "@react-spring/rafz",
"version": "0.0.0-d0cc422bcf5dc2109d1d80e6ea065b4d8861d323-20230225174329",
"version": "0.0.0-d80cafe1f0ccd7ce193b8f558285515ede3b8afc-20230625160448",
"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",
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"./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": [

@@ -39,4 +39,7 @@ "animated",

"build": "tsup",
"dev": "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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc