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

@zeecoder/container-query

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zeecoder/container-query - npm Package Compare versions

Comparing version 1.3.0 to 2.0.0

.npmignore

96

package.json
{
"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"
]
}
]
}
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