New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@invisionag/injixo-tokens

Package Overview
Dependencies
Maintainers
25
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@invisionag/injixo-tokens - npm Package Compare versions

Comparing version 1.1.8 to 1.1.10

22

package.json
{
"name": "@invisionag/injixo-tokens",
"version": "1.1.8",
"version": "1.1.10",
"description": "injixo Design Tokens",

@@ -31,14 +31,14 @@ "main": "index.js",

"devDependencies": {
"@invisionag/eslint-config-ivx": "^4.4.0",
"@invisionag/prettier-config-ivx": "^2.0.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.1.0",
"execa": "^4.0.0",
"lodash": "^4.17.11",
"prettier": "^2.0.2",
"rollup": "^2.2.0",
"style-dictionary": "^2.8.0",
"typescript": "^3.5.1"
"@invisionag/eslint-config-ivx": "^5.0.9",
"@invisionag/prettier-config-ivx": "^2.0.11",
"eslint": "^7.7.0",
"eslint-config-airbnb": "^18.2.0",
"execa": "^4.0.3",
"lodash": "^4.17.20",
"prettier": "^2.1.1",
"rollup": "^2.26.5",
"style-dictionary": "^2.10.1",
"typescript": "^4.0.2"
},
"prettier": "@invisionag/prettier-config-ivx"
}

@@ -38,5 +38,4 @@ # injixo-tokens

- Execute `yarn publish` inside your terminal
- Update version number accordingly ([semver](https://semver.org/))
- Check if package was published successfully by navigating to https://www.npmjs.com/package/@invisionag/injixo-tokens (might take a few minutes to update there)
- After merging to master, CI will automatically publish the new version to the npm registry. Check if this worked by navigating to https://www.npmjs.com/package/@invisionag/injixo-tokens (might take a few minutes to update there)

@@ -52,7 +51,5 @@ ### Publish Gem

- Update gems with
- `cd gem`
- `bundle update`
- `cd gem && bundle update`
- Update node modules with
- `npm update`
- `npm outdated`
- (see output of latter command for further instructions)
- `yarn upgrade` to update minor and patch versions
- `yarn upgrade-interactive --latest` to interactively update major releases
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