Socket
Socket
Sign inDemoInstall

@react-spring/types

Package Overview
Dependencies
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-spring/types - npm Package Compare versions

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

dist/cjs/index.js

25

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

@@ -41,4 +41,7 @@ "LICENSE"

"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