Socket
Socket
Sign inDemoInstall

@mozaic-ds/postcss-media-queries-packer-on-demand

Package Overview
Dependencies
1
Maintainers
3
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1-alpha.26 to 1.0.1-alpha.31

jest.config.js

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [1.0.1-alpha.31](https://github.com/adeo/mozaic-design-system/compare/v1.0.1-alpha.30...v1.0.1-alpha.31) (2019-12-03)
### Features
* **chore/tests:** add jest testing to required packages and add it to husky ([#444](https://github.com/adeo/mozaic-design-system/issues/444)) ([d7e48a5](https://github.com/adeo/mozaic-design-system/commit/d7e48a5635835462dafe3344009e88030259c2e0))
## [1.0.1-alpha.26](https://github.com/adeo/mozaic-design-system/compare/v1.0.1-alpha.25...v1.0.1-alpha.26) (2019-11-14)

@@ -8,0 +19,0 @@

2

index.test.js

@@ -0,1 +1,2 @@

import 'babel-polyfill'
let postcss = require('postcss')

@@ -7,3 +8,2 @@

let result = await postcss([plugin(opts)]).process(input, { from: undefined })
console.log(result.css)

@@ -10,0 +10,0 @@ expect(result.css).toEqual(output)

{
"name": "@mozaic-ds/postcss-media-queries-packer-on-demand",
"version": "1.0.1-alpha.26",
"version": "1.0.1-alpha.31",
"description": "PostCSS plugin that group media queries on demand",

@@ -21,2 +21,3 @@ "keywords": [

"devDependencies": {
"@babel/plugin-transform-runtime": "^7.6.2",
"jest": "^24.9.0"

@@ -23,0 +24,0 @@ },

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc