Socket
Socket
Sign inDemoInstall

@react-spring/shared

Package Overview
Dependencies
Maintainers
1
Versions
129
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-spring/shared - npm Package Compare versions

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

dist/cjs/index.js

28

package.json
{
"name": "@react-spring/shared",
"version": "0.0.0-d0cc422bcf5dc2109d1d80e6ea065b4d8861d323-20230225174329",
"version": "0.0.0-d80cafe1f0ccd7ce193b8f558285515ede3b8afc-20230625160448",
"description": "Globals and shared modules",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"module": "./dist/react-spring_shared.legacy-esm.js",
"main": "./dist/cjs/index.js",
"types": "./dist/react-spring_shared.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_shared.modern.d.ts",
"import": "./dist/react-spring_shared.modern.mjs",
"require": "./dist/cjs/index.js"
}
},
"files": [
"dist/*",
"dist/**/*",
"README.md",

@@ -40,4 +40,3 @@ "LICENSE"

"dependencies": {
"@react-spring/rafz": "0.0.0-d0cc422bcf5dc2109d1d80e6ea065b4d8861d323-20230225174329",
"@react-spring/types": "0.0.0-d0cc422bcf5dc2109d1d80e6ea065b4d8861d323-20230225174329"
"@react-spring/types": "0.0.0-d80cafe1f0ccd7ce193b8f558285515ede3b8afc-20230625160448"
},

@@ -49,4 +48,7 @@ "peerDependencies": {

"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