🚀 Big News:Socket Has Acquired Secure Annex.Learn More
Socket
Book a DemoSign in
Socket

@localnerve/web-component-build

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@localnerve/web-component-build - npm Package Compare versions

Comparing version
1.16.2
to
2.0.0
+11
-14
package.json
{
"name": "@localnerve/web-component-build",
"version": "1.16.2",
"version": "2.0.0",
"description": "A library to help build web components",

@@ -13,4 +13,4 @@ "main": "index.js",

"lint": "eslint .",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
"test:debug": "node --experimental-vm-modules --inspect-brk node_modules/jest/bin/jest.js"
"pretest": "node -e 'require(\"fs\"); fs.rmSync(\"./coverage\", {recursive:true,force:true}); fs.mkdirSync(\"./coverage\", {recursive:true});'",
"test": "node --test --experimental-test-coverage --test-reporter=spec --test-reporter-destination=stdout --test-reporter=lcov --test-reporter-destination=coverage/lcov.info ./__tests__/*.js"
},

@@ -37,9 +37,7 @@ "files": [

},
"maintainers": [
{
"name": "Alex Grant",
"email": "alex@localnerve.com",
"url": "https://www.localnerve.com"
}
],
"maintainers": [{
"name": "Alex Grant",
"email": "alex@localnerve.com",
"url": "https://www.localnerve.com"
}],
"license": "BSD-3-Clause",

@@ -60,5 +58,4 @@ "bugs": {

"@eslint/js": "^10.0.1",
"eslint-plugin-jest": "^29.15.2",
"eslint-plugin-n": "^17.24.0",
"globals": "^17.5.0",
"jest": "^30.3.0",
"tempy": "^3.2.0"

@@ -68,7 +65,7 @@ },

"clean-css": "$clean-css",
"undici": "^6.2.5"
"undici": "^6.25.0"
},
"engines": {
"node": ">=18.17"
"node": ">=20.17"
}
}