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

@atlaskit/tokens

Package Overview
Dependencies
Maintainers
1
Versions
222
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.0 to 0.9.1

6

CHANGELOG.md
# @atlaskit/tokens
## 0.9.1
### Patch Changes
- [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade to TypeScript 4.2.4
## 0.9.0

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

2

dist/cjs/get-token.js

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

var name = "@atlaskit/tokens";
var version = "0.9.0";
var version = "0.9.1";

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

{
"name": "@atlaskit/tokens",
"version": "0.9.0",
"version": "0.9.1",
"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.0";
const version = "0.9.1";

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

{
"name": "@atlaskit/tokens",
"version": "0.9.0",
"version": "0.9.1",
"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.0";
var version = "0.9.1";

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

{
"name": "@atlaskit/tokens",
"version": "0.9.0",
"version": "0.9.1",
"sideEffects": [

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

@@ -0,13 +1,5 @@

import type { UtilTokenSchema, ValueSchema } from '../../../types';
declare const _default: {
utility: Pick<{
UNSAFE_util: {
transparent: {
value: string;
};
MISSING_TOKEN: {
value: string;
};
};
}, "UNSAFE_util">;
utility: ValueSchema<UtilTokenSchema>;
};
export default _default;

@@ -0,13 +1,5 @@

import type { UtilTokenSchema, ValueSchema } from '../../../types';
declare const _default: {
utility: Pick<{
UNSAFE_util: {
transparent: {
value: string;
};
MISSING_TOKEN: {
value: string;
};
};
}, "UNSAFE_util">;
utility: ValueSchema<UtilTokenSchema>;
};
export default _default;
{
"name": "@atlaskit/tokens",
"version": "0.9.0",
"version": "0.9.1",
"author": "Atlassian Pty Ltd",

@@ -44,3 +44,3 @@ "description": "Tokens are a single source of truth to name and store Atlassian design decisions.",

"devDependencies": {
"@atlaskit/button": "^16.2.0",
"@atlaskit/button": "^16.3.0",
"@atlaskit/code": "^14.3.0",

@@ -67,3 +67,3 @@ "@atlaskit/focus-ring": "^1.0.0",

"ts-node": "^10.0.0",
"typescript": "3.9.10"
"typescript": "4.2.4"
},

@@ -70,0 +70,0 @@ "techstack": {

Sorry, the diff of this file is too big to display

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