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

@nulogy/tokens

Package Overview
Dependencies
Maintainers
9
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nulogy/tokens - npm Package Compare versions

Comparing version 4.9.1 to 4.10.2

.github/workflows/pull-request.yml

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [4.10.2](https://github.com/nulogy/nds-tokens/compare/v4.10.1...v4.10.2) (2020-10-22)
### Bug Fixes
* for release tests ([6eba41f](https://github.com/nulogy/nds-tokens/commit/6eba41fdf7940d9f2626691fc67a4c23d71d342e))
# Change Log

@@ -2,0 +9,0 @@

2

dist/exports.js
/**
* Do not edit directly
* Generated on Fri, 02 Oct 2020 19:51:00 GMT
* Generated on Thu, 22 Oct 2020 18:40:49 GMT
*/

@@ -5,0 +5,0 @@

MIT License
Copyright (c) 2018 Ned Schwartz
Copyright (c) 2020 Nulogy

@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy

{
"name": "@nulogy/tokens",
"version": "4.9.1",
"version": "4.10.2",
"description": "Design tokens for the Nulogy Design System - http://nulogy.design",
"repository": "https://github.com/nulogy/design-system.git",
"repository": "https://github.com/nulogy/nds-tokens.git",
"author": "Nulogy <info@nulogy.com> (https://github.com/nulogy)",

@@ -13,9 +13,24 @@ "license": "MIT",

"scripts": {
"build": "style-dictionary build"
"build": "style-dictionary build",
"lint:fix": "yarn prettier --write src/",
"lint": "yarn prettier --check src/"
},
"main": "dist/exports.js",
"devDependencies": {
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/commit-analyzer": "^8.0.1",
"@semantic-release/git": "^9.0.0",
"@semantic-release/github": "^7.1.1",
"@semantic-release/npm": "^7.0.6",
"@semantic-release/release-notes-generator": "^9.0.1",
"husky": "^4.3.0",
"prettier": "2.1.2",
"semantic-release": "^17.2.1",
"style-dictionary": "^2.6.2"
},
"gitHead": "b6908a55d366ba69a54b7de58bc55ea9d6d9869e"
"husky": {
"hooks": {
"pre-push": "yarn lint"
}
}
}

@@ -34,2 +34,2 @@ {

}
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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