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

@nextcss/nextcss

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nextcss/nextcss - npm Package Compare versions

Comparing version 0.2.8 to 0.2.9

dist/postcss-plugin.cjs

18

package.json
{
"name": "@nextcss/nextcss",
"version": "0.2.8",
"version": "0.2.9",
"description": "Testing",

@@ -10,4 +10,10 @@ "license": "MIT",

".": "./dist/browser.js",
"./postcss-plugin": "./dist/postcss-plugin.js",
"./postcss-plugin.js": "./dist/postcss-plugin.js"
"./postcss-plugin": {
"import": "./dist/postcss-plugin.js",
"require": "./dist/postcss-plugin.cjs"
},
"./postcss-plugin.js": {
"import": "./dist/postcss-plugin.js",
"require": "./dist/postcss-plugin.cjs"
}
},

@@ -43,10 +49,10 @@ "bin": {

},
"dependencies": {
"globby": "^13.1.2"
},
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.20.2",
"@babel/preset-env": "^7.20.2",
"@rollup/plugin-commonjs": "^23.0.2",
"@rollup/plugin-json": "^5.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"globby": "^13.1.2",
"jest": "^29.3.1",

@@ -53,0 +59,0 @@ "postcss": "^8.4.19",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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