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

@next-level/fiori

Package Overview
Dependencies
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@next-level/fiori - npm Package Compare versions

Comparing version 1.0.0-rc.5.6d9e91960 to 1.0.0-rc.5.74a9cd4

6

dist/Field.js

@@ -9,3 +9,3 @@ /**

*/
class Field extends HTMLElement {
class MyField extends HTMLElement {
constructor() {

@@ -27,4 +27,4 @@ super();

window.customElements.define("my-field", Field);
window.customElements.define("my-field", MyField);
export default Field;
export default MyField;
{
"name": "@next-level/fiori",
"version": "1.0.0-rc.5.6d9e91960",
"version": "1.0.0-rc.5.74a9cd4",
"private": false,

@@ -14,2 +14,5 @@ "repository": {

},
"dependencies": {
"@next-level/base": "0.18.0-dev.74a9cd4"
},
"devDependencies": {

@@ -16,0 +19,0 @@ "copy-and-watch": "^0.1.4"

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