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

@uspk-ui/react-env

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uspk-ui/react-env - npm Package Compare versions

Comparing version 1.0.0 to 2.0.0

dist/index.cjs.js

38

package.json
{
"name": "@uspk-ui/react-env",
"version": "1.0.0",
"version": "2.0.0",
"description": "Internal hook and util",

@@ -11,5 +11,5 @@ "keywords": [

"license": "MIT",
"main": "dist/uspk-ui-react-env.cjs.js",
"module": "dist/uspk-ui-react-env.esm.js",
"types": "dist/uspk-ui-react-env.cjs.d.ts",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"sideEffects": false,

@@ -32,13 +32,27 @@ "files": [

},
"dependencies": {
"@uspk-ui/react-utils": "1.0.0"
},
"peerDependencies": {
"@emotion/react": "^11.0.0",
"react": ">=16.8.6"
"react": ">=18"
},
"devDependencies": {
"@emotion/react": "^11.4.0",
"react": "^17.0.2"
"@types/react-frame-component": "^4.1.1",
"react": "^18.0.0",
"react-frame-component": "^5.2.3",
"prop-types": "^15.5.9",
"react-dom": "^18.0.0",
"clean-package": "2.1.1"
},
"exports": {
".": {
"import": "./dist/index.esm.js",
"require": "./dist/index.cjs.js"
},
"./package.json": "./package.json"
},
"scripts": {
"build": "JSX=1 tsup src/index.ts --dts",
"dev": "pnpm build:fast -- --watch",
"clean": "rimraf dist .turbo",
"typecheck": "tsc --noEmit",
"build:fast": "JSX=1 tsup src/index.ts"
}
}
}

Sorry, the diff of this file is not supported yet

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