sling-web-component-button
Advanced tools
Comparing version 0.17.0 to 1.3.0
{ | ||
"name": "sling-web-component-button", | ||
"version": "0.17.0", | ||
"version": "1.3.0", | ||
"description": "", | ||
"main": "dist/cjs/index.js", | ||
"jsnext:main": "dist/es/index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"module": "src/index.js", | ||
"main": "dist/cjs/es6/index.js", | ||
"jsnext:main": "dist/es/es6/index.js", | ||
"browser": "dist/iife/es6/index.js", | ||
"author": "Stone Pagamentos", | ||
"dependencies": { | ||
"sling-web-framework": "^0.17.0", | ||
"sling-web-helpers": "^0.17.0" | ||
"sling-framework": "^1.3.0", | ||
"sling-helpers": "^1.3.0" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
import { SlingElement, html } from '../../node_modules/sling-web-framework/src/index.js'; | ||
import { SlingElement, html } from 'sling-framework'; | ||
@@ -40,3 +40,3 @@ export class Button extends SlingElement { | ||
<style> | ||
@import url('../sling-web-component-button/src/index.css'); | ||
@import url('sling-web-component-button/src/index.css'); | ||
</style> | ||
@@ -43,0 +43,0 @@ <button type="${type}" className="${className}" disabled=${disabled}> |
@@ -1,5 +0,5 @@ | ||
import { domHelper } from '../../node_modules/sling-web-helpers/src/index.js'; | ||
import { registerComponent } from 'sling-helpers'; | ||
import { Button } from './Button.js'; | ||
domHelper.registerComponent('sling-button', Button); | ||
registerComponent('sling-button', Button); | ||
@@ -6,0 +6,0 @@ let $button; |
@@ -1,4 +0,4 @@ | ||
import { domHelper } from '../node_modules/sling-web-helpers/src/index.js'; | ||
import { registerComponent } from 'sling-helpers'; | ||
import { Button } from './component/Button.js'; | ||
domHelper.registerComponent('sling-button', Button); | ||
registerComponent('sling-button', Button); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
537250
20
12955
1
1
+ Addedsling-framework@^1.3.0
+ Addedsling-helpers@^1.3.0
+ Addedis-plain-object@2.0.4(transitive)
+ Addedisobject@3.0.1(transitive)
+ Addedmoment@2.30.1(transitive)
+ Addedsling-framework@1.12.5(transitive)
+ Addedsling-helpers@1.12.5(transitive)
+ Addedtimm@1.7.1(transitive)
- Removedsling-web-framework@^0.17.0
- Removedsling-web-helpers@^0.17.0
- Removed@babel/runtime@7.26.0(transitive)
- Removedimask@3.4.0(transitive)
- Removedredux@4.2.1(transitive)
- Removedredux-thunk@2.4.2(transitive)
- Removedregenerator-runtime@0.14.1(transitive)
- Removedsling-web-component-sdk-connect@0.17.0(transitive)
- Removedsling-web-framework@0.17.0(transitive)
- Removedsling-web-helpers@0.17.0(transitive)
- Removedsling-web-sdk@0.17.0(transitive)
- Removedsling-web-storage@0.17.0(transitive)