Socket
Socket
Sign inDemoInstall

@react-spring/zdog

Package Overview
Dependencies
12
Maintainers
1
Versions
127
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 9.7.2 to 9.7.3

dist/cjs/index.js

36

package.json
{
"name": "@react-spring/zdog",
"version": "9.7.2",
"main": "dist/index.js",
"module": "dist/esm/index.js",
"types": "dist/index.d.ts",
"version": "9.7.3",
"module": "./dist/react-spring_zdog.legacy-esm.js",
"main": "./dist/cjs/index.js",
"types": "./dist/react-spring_zdog.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_zdog.modern.d.ts",
"import": "./dist/react-spring_zdog.modern.mjs",
"require": "./dist/cjs/index.js"
}
},
"files": [
"dist/*",
"dist/**/*",
"README.md",

@@ -40,6 +39,6 @@ "LICENSE"

"dependencies": {
"@react-spring/animated": "~9.7.2",
"@react-spring/core": "~9.7.2",
"@react-spring/shared": "~9.7.2",
"@react-spring/types": "~9.7.2"
"@react-spring/animated": "~9.7.3",
"@react-spring/core": "~9.7.3",
"@react-spring/shared": "~9.7.3",
"@react-spring/types": "~9.7.3"
},

@@ -53,7 +52,8 @@ "peerDependencies": {

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

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc