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

@atlaskit/css-reset

Package Overview
Dependencies
Maintainers
1
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/css-reset - npm Package Compare versions

Comparing version 1.1.6 to 1.1.7

dist/package.json

84

CHANGELOG.md

@@ -1,116 +0,66 @@

<a name="1.1.6"></a>
## 1.1.6 (2017-11-30)
# @atlaskit/css-reset
## 1.1.7
- [patch] migrated css reset from ak to ak-mk2 [53ce5eb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/53ce5eb)
<a name="1.1.6"></a>
## 1.1.6 (2017-11-30)
* bug fix; release stories with fixed console errors ([3321c2b](https://bitbucket.org/atlassian/atlaskit/commits/3321c2b))
### Bug Fixes
* **stories:** release stories with fixed console errors ([3321c2b](https://bitbucket.org/atlassian/atlaskit/commits/3321c2b))
<a name="1.1.5"></a>
## 1.1.5 (2017-07-25)
### Bug Fixes
* **build:** use class transform in loose mode in babel to improve load performance in apps ([fde719a](https://bitbucket.org/atlassian/atlaskit/commits/fde719a))
## 1.1.5 (2017-07-25)
<a name="1.1.4"></a>
* fix; use class transform in loose mode in babel to improve load performance in apps ([fde719a](https://bitbucket.org/atlassian/atlaskit/commits/fde719a))
## 1.1.4 (2017-05-24)
### Bug Fixes
* fix; fixing webkit code font issue ([2f0ee47](https://bitbucket.org/atlassian/atlaskit/commits/2f0ee47))
* **component:** fixing webkit code font issue ([2f0ee47](https://bitbucket.org/atlassian/atlaskit/commits/2f0ee47))
<a name="1.1.3"></a>
## 1.1.3 (2017-05-11)
### Bug Fixes
* fix; use ADG 3 font family for code and kbd tags ([37ac71a](https://bitbucket.org/atlassian/atlaskit/commits/37ac71a))
* **component:** use ADG 3 font family for code and kbd tags ([37ac71a](https://bitbucket.org/atlassian/atlaskit/commits/37ac71a))
<a name="1.1.2"></a>
## 1.1.2 (2017-04-27)
### Bug Fixes
* fix; update legal copy to be more clear. Not all modules include ADG license. ([f3a945e](https://bitbucket.org/atlassian/atlaskit/commits/f3a945e))
* **docs:** update legal copy to be more clear. Not all modules include ADG license. ([f3a945e](https://bitbucket.org/atlassian/atlaskit/commits/f3a945e))
<a name="1.1.1"></a>
## 1.1.1 (2017-04-26)
### Bug Fixes
* fix; update legal copy and fix broken links for component README on npm. New contribution and ([0b3e454](https://bitbucket.org/atlassian/atlaskit/commits/0b3e454))
* **docs:** update legal copy and fix broken links for component README on npm. New contribution and ([0b3e454](https://bitbucket.org/atlassian/atlaskit/commits/0b3e454))
## 1.1.0 (2017-04-20)
* feature; removed explicit style! imports, set style-loader in webpack config ([891fc3c](https://bitbucket.org/atlassian/atlaskit/commits/891fc3c))
<a name="1.1.0"></a>
# 1.1.0 (2017-04-20)
### Features
* **refactor:** removed explicit style! imports, set style-loader in webpack config ([891fc3c](https://bitbucket.org/atlassian/atlaskit/commits/891fc3c))
<a name="1.0.5"></a>
## 1.0.5 (2017-03-23)
### Bug Fixes
* fix; Empty commit to release the component ([49c08ee](https://bitbucket.org/atlassian/atlaskit/commits/49c08ee))
* **dummy:** Empty commit to release the component ([49c08ee](https://bitbucket.org/atlassian/atlaskit/commits/49c08ee))
<a name="1.0.3"></a>
## 1.0.3 (2017-03-21)
<a name="1.0.3"></a>
## 1.0.3 (2017-03-21)
### Bug Fixes
* fix; maintainers for all the packages were added ([261d00a](https://bitbucket.org/atlassian/atlaskit/commits/261d00a))
* **package:** maintainers for all the packages were added ([261d00a](https://bitbucket.org/atlassian/atlaskit/commits/261d00a))
<a name="1.0.2"></a>
## 1.0.2 (2017-02-07)
<a name="1.0.1"></a>
## 1.0.1 (2017-02-06)
### Bug Fixes
* **bump:** Updates package to use scoped ak packages ([58fd6c5](https://bitbucket.org/atlassian/atlaskit/commits/58fd6c5))
* **docs:** correct package name in css-reset docs ([670ec8f](https://bitbucket.org/atlassian/atlaskit/commits/670ec8f))
* fix; Updates package to use scoped ak packages ([58fd6c5](https://bitbucket.org/atlassian/atlaskit/commits/58fd6c5))
* fix; correct package name in css-reset docs ([670ec8f](https://bitbucket.org/atlassian/atlaskit/commits/670ec8f))
{
"name": "@atlaskit/css-reset",
"version": "1.1.6",
"config": {
"access": "public"
},
"version": "1.1.7",
"description": "ak-css-reset webcomponent",
"license": "Apache-2.0",
"main": "dist/bundle.css",
"scripts": {
"prepublish": "lessc src/index.less dist/bundle.css",
"storybook": "../../build/bin/storybook/run.local.js",
"eslint": "../../build/bin/lint.eslint.sh",
"storybook:static": "../../build/bin/storybook/build.static.js"
},
"atlaskit:src": "src/index.less",
"files": [
"dist"
],
"dependencies": {
"@atlaskit/util-shared-styles": "^2.1.1"
},
"author": "Atlassian Pty Ltd",
"maintainers": [
{
"name": "Sean C"
}
"Sean C"
],
"license": "Apache-2.0",
"repository": "bitbucket:atlaskit/atlaskit-mk2",
"scripts": {
"build": "lessc src/index.less dist/bundle.css"
},
"dependencies": {
"@atlaskit/util-shared-styles": "^2.10.3"
},
"peerDependencies": {
"react": "^15.6.1"
},
"devDependencies": {
"@atlaskit/docs": "^2.0.0",
"less": "^2.7.1"
},
"repository": {
"type": "git",
"url": "https://bitbucket.org/atlassian/atlaskit"
},
"keywords": [
"atlaskit",
"css",
"ui"
]
}
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