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

@adyen/bento-design-tokens

Package Overview
Dependencies
Maintainers
5
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adyen/bento-design-tokens - npm Package Compare versions

Comparing version 1.30.0-rc.1-1 to 1.30.0

55

package.json
{
"name": "@adyen/bento-design-tokens",
"version": "1.30.0-rc.1-1",
"license": "MIT",
"files": [
"dist/css",
"dist/js",
"dist/scss",
"dist/scss-map",
"dist/storybook/es6-array.js"
],
"devDependencies": {
"chokidar": "4.0.1",
"style-dictionary": "3.7.0",
"yaml": "2.3.1"
},
"repository": {
"type": "git",
"url": "git@github.com:Adyen/bento.git"
},
"scripts": {
"build": "pnpm run build:dev",
"build:dev": "ts-node ./src/build.ts",
"clean": "pnpm run clean:build",
"clean:build": "rm -rf ./dist",
"dev": "pnpm run watch",
"watch": "pnpm run clean && ts-node ./src/watch.ts"
}
}
"name": "@adyen/bento-design-tokens",
"version": "1.30.0",
"license": "MIT",
"files": [
"dist/css",
"dist/js",
"dist/scss",
"dist/scss-map"
],
"scripts": {
"build": "npm run build:dev",
"build:dev": "ts-node ./src/build.ts",
"clean": "npm run clean:build",
"clean:build": "rm -rf ./dist",
"dev": "npm run watch",
"watch": "npm run clean && ts-node ./src/watch.ts"
},
"devDependencies": {
"chokidar": "4.0.1",
"style-dictionary": "3.7.0",
"yaml": "2.3.1"
},
"repository": {
"type": "git",
"url": "git@github.com:Adyen/bento.git"
}
}
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