@forter/tokens
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "@forter/tokens", | ||
"version": "1.0.2", | ||
"description": "tokens from Forter Components", | ||
"main": "index.js", | ||
"module": "index.js", | ||
"version": "1.0.3", | ||
"description": "", | ||
"license": "MIT", | ||
"type": "module", | ||
"main": "dist/index.js", | ||
"module": "dist/index.js", | ||
"files": [ | ||
"dist" | ||
], | ||
"scripts": { | ||
"build": "style-dictionary build --config ./src/config.json && npx rollup -c ../../rollup.config.js", | ||
"clean": "sh ../../scripts/clean.sh", | ||
"link": "yarn link", | ||
"postbuild": "sh ../../scripts/postbuild.sh", | ||
"prepare": "yarn build", | ||
"test": "echo \"Please run tests from the repository root\" && exit 1" | ||
"serve": "npm run build", | ||
"compile-styles": "style-dictionary build --config ./src/config.json", | ||
"build": "npm run compile-styles && npm run rollup", | ||
"rollup": "rimraf ./dist && npx rollup -c src/rollup.config.js", | ||
"webpack": "rimraf ./dist && webpack --config ../../.storybook/webpack.config.cjs" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/forter/web-components.git", | ||
"directory": "packages/tokens" | ||
"devDependencies": { | ||
"@rollup/plugin-commonjs": "^24.1.0", | ||
"@rollup/plugin-node-resolve": "^15.0.2", | ||
"@rollup/plugin-typescript": "^11.1.0", | ||
"style-dictionary": "^3.7.2" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"files": [ | ||
"*", | ||
"!.babelrc.js", | ||
"!coverage/*", | ||
"!karma.conf.js", | ||
"!package-lock.json", | ||
"!rollup.config.js" | ||
], | ||
"keywords": [ | ||
"web-components", | ||
"custom-elements", | ||
"lit-element", | ||
"lit-element-2.x" | ||
], | ||
"author": "Forter Developers", | ||
"license": "Apache-2.0", | ||
"bugs": { | ||
"url": "https://github.com/forter/web-components/issues" | ||
}, | ||
"homepage": "https://github.com/forter/web-components#readme", | ||
"dependencies": { | ||
"lit-element": "^2.1.0", | ||
"lit-html": "^1.1.0" | ||
"lit": "^2.7.2", | ||
"validate.js": "^0.13.1" | ||
}, | ||
"gitHead": "536bc53b067766ea20b6a5375be038af03ab8e34" | ||
"gitHead": "054243dc7605a9e5ae91140cc2a320b27b272074" | ||
} |
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
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
Yes
17996
4
4
1
117
2
2
0
1
1
+ Addedlit@^2.7.2
+ Addedvalidate.js@^0.13.1
+ Added@lit-labs/ssr-dom-shim@1.2.1(transitive)
+ Added@lit/reactive-element@1.6.3(transitive)
+ Added@types/trusted-types@2.0.7(transitive)
+ Addedlit@2.8.0(transitive)
+ Addedlit-element@3.3.3(transitive)
+ Addedlit-html@2.8.0(transitive)
+ Addedvalidate.js@0.13.1(transitive)
- Removedlit-element@^2.1.0
- Removedlit-html@^1.1.0
- Removedlit-element@2.5.1(transitive)
- Removedlit-html@1.4.1(transitive)