@zeecoder/container-query
Advanced tools
Comparing version 1.3.0 to 2.0.0
{ | ||
"name": "@zeecoder/container-query", | ||
"version": "1.3.0", | ||
"description": "A PostCSS plugin and Javascript runtime combination, which allows you to write @container queries in your CSS the same way you would write @media queries.", | ||
"main": "index.js", | ||
"description": "A modern container-query solution.", | ||
"license": "MIT", | ||
"version": "2.0.0", | ||
"author": "Viktor Hubert <rpgmorpheus@gmail.com>", | ||
@@ -10,2 +10,32 @@ "engines": { | ||
}, | ||
"main": "dist/bundle.cjs.js", | ||
"module": "dist/bundle.es.js", | ||
"scripts": { | ||
"test": "jest", | ||
"prebuild": "flow check", | ||
"build": "rollup -c rollup/rollup.es.js && rollup -c rollup/rollup.cjs.js && rollup -c rollup/rollup.umd.js" | ||
}, | ||
"devDependencies": { | ||
"babel-plugin-external-helpers": "^6.22.0", | ||
"babel-plugin-lodash": "^3.2.11", | ||
"babel-plugin-transform-flow-strip-types": "^6.22.0", | ||
"babel-preset-env": "^1.6.0", | ||
"flow-bin": "^0.47.0", | ||
"jest": "^20.0.4", | ||
"rollup": "^0.42.0", | ||
"rollup-plugin-babel": "^2.7.1", | ||
"rollup-plugin-commonjs": "^8.0.2", | ||
"rollup-plugin-flow": "^1.1.1", | ||
"rollup-plugin-node-resolve": "^3.0.0", | ||
"rollup-plugin-uglify": "^2.0.1", | ||
"uglify-es": "^3.0.26" | ||
}, | ||
"dependencies": { | ||
"es6-weak-map": "^2.0.2", | ||
"lodash": "^4.17.4", | ||
"mutation-observer": "^1.0.2", | ||
"object-assign": "^4.1.1", | ||
"raf": "^3.3.2", | ||
"resize-observer-polyfill": "^1.4.2" | ||
}, | ||
"keywords": [ | ||
@@ -16,7 +46,9 @@ "rwd", | ||
"postcss", | ||
"postcss-plugin", | ||
"container-query", | ||
"container-queries", | ||
"element-query", | ||
"element-queries", | ||
"media-query", | ||
"media-queries", | ||
"css", | ||
"media-query", | ||
"browser", | ||
@@ -27,55 +59,3 @@ "query", | ||
"module" | ||
], | ||
"license": "MIT", | ||
"dependencies": { | ||
"es6-weak-map": "^2.0.2", | ||
"lodash.camelcase": "^4.3.0", | ||
"lodash.trim": "^4.5.1", | ||
"mutation-observer": "^1.0.2", | ||
"object-assign": "^4.1.1", | ||
"postcss": "^6.0.0", | ||
"raf": "^3.3.2", | ||
"resize-observer-polyfill": "^1.4.2" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/ZeeCoder/container-query" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/ZeeCoder/container-query/issues" | ||
}, | ||
"devDependencies": { | ||
"babel-cli": "^6.23.0", | ||
"babel-core": "^6.23.1", | ||
"babel-jest": "^20.0.0", | ||
"babel-polyfill": "^6.23.0", | ||
"babel-preset-es2015": "^6.22.0", | ||
"coveralls": "^2.11.16", | ||
"eslint": "^3.19.0", | ||
"eslint-config-prettier": "^2.1.0", | ||
"eslint-plugin-prettier": "^2.0.1", | ||
"husky": "^0.13.3", | ||
"jest": "^20.0.4", | ||
"lint-staged": "^3.4.0", | ||
"prettier": "^1.3.1" | ||
}, | ||
"scripts": { | ||
"pretest": "yarn run lint", | ||
"test": "jest --coverage", | ||
"lint": "eslint src", | ||
"coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls", | ||
"build": "babel src --out-dir build --ignore spec.js", | ||
"watch:build": "babel src --watch --out-dir build --ignore spec.js", | ||
"watch:test": "jest --watch --notify", | ||
"prepublish": "yarn run build", | ||
"precommit": "lint-staged", | ||
"eslint-check": "eslint --print-config .eslintrc.js | eslint-config-prettier-check", | ||
"prettify": "prettier --write --tab-width 4 '{src,__mocks__}/**/*.js'" | ||
}, | ||
"lint-staged": { | ||
"*.js": [ | ||
"prettier --write --tab-width=4", | ||
"git add" | ||
] | ||
} | ||
] | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
348020
6
4777
25
2
2
0
1
+ Addedlodash@^4.17.4
+ Addedlodash@4.17.21(transitive)
- Removedlodash.camelcase@^4.3.0
- Removedlodash.trim@^4.5.1
- Removedpostcss@^6.0.0
- Removedansi-styles@3.2.1(transitive)
- Removedchalk@2.4.2(transitive)
- Removedcolor-convert@1.9.3(transitive)
- Removedcolor-name@1.1.3(transitive)
- Removedescape-string-regexp@1.0.5(transitive)
- Removedhas-flag@3.0.0(transitive)
- Removedlodash.camelcase@4.3.0(transitive)
- Removedlodash.trim@4.5.1(transitive)
- Removedpostcss@6.0.23(transitive)
- Removedsource-map@0.6.1(transitive)
- Removedsupports-color@5.5.0(transitive)