Socket
Socket
Sign inDemoInstall

@gip-recia/evaluator

Package Overview
Dependencies
10
Maintainers
3
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.10 to 0.0.11

dist/evaluator.bundle.js

20

package.json
{
"name": "@gip-recia/evaluator",
"version": "0.0.10",
"version": "0.0.11",
"description": "Evaluator",

@@ -19,3 +19,4 @@ "main": "src/index.js",

"test:watch": "wtr --watch",
"start": "npm run serve"
"start": "npm run serve",
"build": "rollup -c"
},

@@ -34,6 +35,6 @@ "repository": {

"dependencies": {
"lit": "^2.2.0",
"@gip-recia/subject-infos": "^0.0.8",
"@gip-recia/subject-search-button": "^0.0.10",
"@gip-recia/esup-publisher-webcomponents-utils": "^0.0.1"
"@gip-recia/esup-publisher-webcomponents-utils": "^0.0.1",
"@gip-recia/subject-infos": "^0.0.9",
"@gip-recia/subject-search-button": "^0.0.11",
"lit": "^2.2.0"
},

@@ -43,4 +44,6 @@ "devDependencies": {

"@esm-bundle/chai": "^4.1.5",
"@fortawesome/fontawesome-free": "^5.15.4",
"@open-wc/testing": "^3.0.0-next.1",
"@open-wc/testing-karma": "^4.0.9",
"@rollup/plugin-node-resolve": "^13.1.3",
"@types/mocha": "^9.0.0",

@@ -59,5 +62,8 @@ "@web/dev-server": "^0.1.22",

"prettier": "^2.3.2",
"@fortawesome/fontawesome-free": "^5.15.4"
"rollup": "^2.70.1",
"rollup-plugin-minify-html-literals": "^1.2.6",
"rollup-plugin-summary": "^1.3.0",
"rollup-plugin-terser": "^7.0.2"
},
"customElements": "custom-elements.json"
}

@@ -34,2 +34,8 @@ # **Esup Evaluator et Edit-Evaluator**

Ou directement la verion minifiée :
```html
<script src="./path/to/evaluator.bundle.js"></script>
```
3. Ajout du composant dans l'application/composant :

@@ -36,0 +42,0 @@

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc