Socket
Socket
Sign inDemoInstall

nano-css

Package Overview
Dependencies
25
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.4.0 to 3.5.0

addon/__tests__/emmet/emmet.dev.test.js

7

CHANGELOG.md

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

# [3.5.0](https://github.com/streamich/nano-css/compare/v3.4.0...v3.5.0) (2018-12-26)
### Features
* add Emmet based abbreviations for css atoms ([#215](https://github.com/streamich/nano-css/issues/215)) ([ee1f487](https://github.com/streamich/nano-css/commit/ee1f487))
# [3.4.0](https://github.com/streamich/nano-css/compare/v3.3.0...v3.4.0) (2018-09-18)

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

@@ -7,2 +7,3 @@ import {CreateNano} from './types/nano';

import {AtomsAddon} from './types/addon/atoms';
import {EmmetAddon} from './types/addon/emmet';
import {SheetPreset} from './types/preset/sheet';

@@ -39,2 +40,6 @@ import {KeyframesAddon} from './types/addon/keyframes';

declare module 'nano-css/addon/emmet' {
export const addon: EmmetAddon;
}
declare module 'nano-css/addon/keyframes' {

@@ -41,0 +46,0 @@ export const addon: KeyframesAddon;

2

package.json
{
"name": "nano-css",
"version": "3.4.0",
"version": "3.5.0",
"description": "Smallest 5th gen CSS-in-JS library",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc