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

@devsisters/dwds-react

Package Overview
Dependencies
Maintainers
4
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@devsisters/dwds-react - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

7

package.json
{
"name": "@devsisters/dwds-react",
"version": "0.0.2",
"version": "0.0.3",
"main": "./dist/index.js",

@@ -20,3 +20,4 @@ "module": "./dist/index.mjs",

"check-types": "tsc --noEmit --skipLibCheck",
"build": "rollup -c ./rollup.config.ts",
"build": "rollup -c ./rollup.config.ts && yarn compress-css",
"compress-css": "cp dist/index.css dist/tmp-index.css && rm dist/index.css && postcss dist/tmp-index.css > dist/index.css && rm dist/tmp-index.css",
"dev": "rollup -w -c ./rollup.config.ts",

@@ -45,2 +46,4 @@ "lint": "TIMING=1 eslint src/**/*.ts*",

"eslint-config-dwds": "*",
"postcss-cli": "^10.1.0",
"postcss-discard-duplicates": "^5.1.0",
"react": "^18.1.0",

@@ -47,0 +50,0 @@ "rollup": "^2.75.6",

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