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

@cryptic-css/plugin-grid

Package Overview
Dependencies
Maintainers
2
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cryptic-css/plugin-grid - npm Package Compare versions

Comparing version 3.4.0 to 3.5.0

dist/cjs/index.js

7

CHANGELOG.md

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

# [3.4.0](https://github.com/wintercounter/ccss/compare/v3.3.0...v3.4.0) (2020-05-11)
# [3.5.0](https://github.com/wintercounter/ccss/compare/v3.3.0...v3.5.0) (2020-06-06)
**Note:** Version bump only for package @cryptic-css/plugin-grid
### Features
* **props:** add support for booleans ([a32fded](https://github.com/wintercounter/ccss/commit/a32fded31d2847b3a5edd94ed9e409e111c838e8))
# [3.3.0](https://github.com/wintercounter/ccss/compare/v3.2.1...v3.3.0) (2020-04-17)

@@ -16,0 +19,0 @@

{
"name": "@cryptic-css/plugin-grid",
"version": "3.4.0",
"version": "3.5.0",
"description": "> TODO: description",

@@ -8,3 +8,4 @@ "author": "Victor Vincent <wintercounter+ccss@gmail.com>",

"license": "MIT",
"main": "dist/index.js",
"main": "dist/cjs/index.js",
"module": "dist/index.js",
"publishConfig": {

@@ -20,5 +21,49 @@ "access": "public"

"test:watch": "mhy jest --watchAll",
"build": "mhy bb --mhy-env=prod",
"build": "npm run build:es6 && npm run build:cjs",
"build:es6": "mhy bb --mhy-env=prod",
"build:cjs": "mhy bb --mhy-env=prod:cjs",
"config": "mhy config typescript -io"
},
"mhy": {
"mhy": {
"cjs": {
"distFolder": "dist/cjs"
}
},
"babel": {
"cjs": {
"presets": [
{
"$match": {
"query": "$[?(@[0].includes('preset-env'))]",
"value": [
{
"$match": {
"index": 1,
"value": {
"modules": "commonjs",
"targets": {
"$replace": {
"node": true,
"browsers": false,
"esmodules": true
}
}
}
}
}
]
}
}
],
"plugins": [
{
"$prepend": {
"$expression": "$params.require.resolve('babel-plugin-add-module-exports')"
}
}
]
}
}
},
"bugs": {

@@ -31,5 +76,5 @@ "url": "https://github.com/wintercounter/ccss/issues"

"devDependencies": {
"@cryptic-css/core": "^3.4.0"
"@cryptic-css/core": "^3.5.0"
},
"gitHead": "046c392acedba4e324349ebfa140f3c10721a226"
}
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