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

@forter/tokens

Package Overview
Dependencies
Maintainers
3
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@forter/tokens - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

dist/index.js

62

package.json
{
"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"
}
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