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

@enhance/arc-plugin-enhance

Package Overview
Dependencies
Maintainers
7
Versions
127
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@enhance/arc-plugin-enhance - npm Package Compare versions

Comparing version 9.0.0 to 9.1.0

13

package.json
{
"name": "@enhance/arc-plugin-enhance",
"version": "9.0.0",
"version": "9.1.0",
"main": "src/plugins/beginner.js",

@@ -45,10 +45,11 @@ "exports": {

"glob": "^9.2.1",
"header-timers": "^0.1.0",
"path-to-regexp": "^6.2.1"
},
"devDependencies": {
"@architect/eslint-config": "^2.1.1",
"@architect/sandbox": "^5.8.0",
"eslint": "^8.47.0",
"tap-arc": "^0.3.5",
"tape": "^5.6.6",
"@architect/eslint-config": "^2.1.2",
"@architect/sandbox": "^5.9.2",
"eslint": "^8.52.0",
"tap-arc": "^1.2.2",
"tape": "^5.7.2",
"tiny-json-http": "^7.5.1"

@@ -55,0 +56,0 @@ },

@@ -17,2 +17,4 @@ # `@enhance-dev/arc-plugin-enhance`

│ └── index.mjs
├── components ........ Single File Web Components
│ └── my-card.mjs
├── elements .......... Custom Element pure functions

@@ -19,0 +21,0 @@ │ └── my-header.mjs

@@ -94,2 +94,10 @@ const { join } = require('path')

}
},
env ({ arc }) {
let elements = arc['enhance-elements'] || []
return {
ELEMENTS: elements
}
}

@@ -96,0 +104,0 @@ }

Sorry, the diff of this file is not supported yet

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