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 0.0.0-fb0ddfbbce1fd1b524534d96188b7bdb923c7bc7-20230227080834 to 0.0.0-nightly-52cc710-20230626001840

dist/cjs/index.js

35

package.json
{
"name": "@react-spring/zdog",
"version": "0.0.0-fb0ddfbbce1fd1b524534d96188b7bdb923c7bc7-20230227080834",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"version": "0.0.0-nightly-52cc710-20230626001840",
"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",
"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",

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

"dependencies": {
"@react-spring/animated": "0.0.0-fb0ddfbbce1fd1b524534d96188b7bdb923c7bc7-20230227080834",
"@react-spring/core": "0.0.0-fb0ddfbbce1fd1b524534d96188b7bdb923c7bc7-20230227080834",
"@react-spring/shared": "0.0.0-fb0ddfbbce1fd1b524534d96188b7bdb923c7bc7-20230227080834",
"@react-spring/types": "0.0.0-fb0ddfbbce1fd1b524534d96188b7bdb923c7bc7-20230227080834"
"@react-spring/animated": "0.0.0-nightly-52cc710-20230626001840",
"@react-spring/core": "0.0.0-nightly-52cc710-20230626001840",
"@react-spring/shared": "0.0.0-nightly-52cc710-20230626001840",
"@react-spring/types": "0.0.0-nightly-52cc710-20230626001840"
},

@@ -52,5 +52,8 @@ "peerDependencies": {

"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"
}
}
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