Socket
Socket
Sign inDemoInstall

@atlaskit/tokens

Package Overview
Dependencies
Maintainers
1
Versions
213
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/tokens - npm Package Compare versions

Comparing version 0.9.4 to 0.9.5

6

CHANGELOG.md
# @atlaskit/tokens
## 0.9.5
### Patch Changes
- [`4942487a9f6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4942487a9f6) - Fixes internal representation of CSS entrypoints for themes. This is an internal change only and does not effect public APIs.
## 0.9.4

@@ -4,0 +10,0 @@

2

dist/cjs/get-token.js

@@ -15,3 +15,3 @@ "use strict";

var name = "@atlaskit/tokens";
var version = "0.9.4";
var version = "0.9.5";

@@ -18,0 +18,0 @@ function token(path, fallback) {

{
"name": "@atlaskit/tokens",
"version": "0.9.4",
"version": "0.9.5",
"sideEffects": [

@@ -5,0 +5,0 @@ "**/*.css"

import warnOnce from '@atlaskit/ds-lib/warn-once';
import tokens from './artifacts/token-names';
const name = "@atlaskit/tokens";
const version = "0.9.4";
const version = "0.9.5";

@@ -6,0 +6,0 @@ function token(path, fallback) {

{
"name": "@atlaskit/tokens",
"version": "0.9.4",
"version": "0.9.5",
"sideEffects": [

@@ -5,0 +5,0 @@ "**/*.css"

import warnOnce from '@atlaskit/ds-lib/warn-once';
import tokens from './artifacts/token-names';
var name = "@atlaskit/tokens";
var version = "0.9.4";
var version = "0.9.5";

@@ -6,0 +6,0 @@ function token(path, fallback) {

{
"name": "@atlaskit/tokens",
"version": "0.9.4",
"version": "0.9.5",
"sideEffects": [

@@ -5,0 +5,0 @@ "**/*.css"

{
"name": "@atlaskit/tokens",
"version": "0.9.4",
"version": "0.9.5",
"author": "Atlassian Pty Ltd",

@@ -35,3 +35,4 @@ "description": "Design tokens are the single source of truth to name and store design decisions.",

"./babel-plugin": "./src/entry-points/babel-plugin.tsx",
"./css": "./css"
"./css/atlassian-light.css": "./css/atlassian-light.css",
"./css/atlassian-dark.css": "./css/atlassian-dark.css"
},

@@ -38,0 +39,0 @@ "scripts": {

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