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 to 1.0.0-rc.5.0b375b8

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",
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/ilhan007/npmnext-sample.git"
},
"scripts": {
"build": "copy-and-watch src/**/*.js dist",
"watch": "copy-and-watch --watch src/**/*.js dist",
"prepublishOnly": "npm run build"
},
"devDependencies": {
"copy-and-watch": "^0.1.4"
},
"author": "",
"license": "ISC"
"name": "@next-level/fiori",
"version": "1.0.0-rc.5.0b375b8",
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/ilhan007/npmnext-sample.git"
},
"scripts": {
"build": "copy-and-watch src/**/*.js dist",
"watch": "copy-and-watch --watch src/**/*.js dist",
"prepublishOnly": "npm run build"
},
"dependencies": {
"@next-level/base": "0.18.0"
},
"devDependencies": {
"copy-and-watch": "^0.1.4"
},
"author": "",
"license": "ISC"
}
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