Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

arc-plugin-lightningcss

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arc-plugin-lightningcss - npm Package Compare versions

Comparing version 0.0.1-alpha.1 to 0.0.1-alpha.2

7

package.json
{
"name": "arc-plugin-lightningcss",
"version": "0.0.1-alpha.1",
"version": "0.0.1-alpha.2",
"description": "Bundle a CSS entry file with Lightning CSS to the /public dir",
"main": "src/index.js",
"scripts": {
"release": "npx release-it",
"rome": "npx rome ci .",

@@ -27,7 +28,7 @@ "test": "npm run rome && tape test/**-test.*js | tap-arc"

"devDependencies": {
"@architect/inventory": "^3.3.4",
"@architect/inventory": "^3.3.5",
"@architect/sandbox": "^5.4.1",
"rome": "^11.0.0",
"tap-arc": "^0.3.5",
"tape": "^5.6.1"
"tape": "^5.6.3"
},

@@ -34,0 +35,0 @@ "dependencies": {

@@ -23,3 +23,2 @@ const { join } = require('node:path')

const inv = await inventory({ rawArc: someArc, cwd: here }, null)
t.ok(inv, 'ok')

@@ -26,0 +25,0 @@ // start sandbox with inv

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