Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@griffel/core

Package Overview
Dependencies
Maintainers
3
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@griffel/core - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

17

CHANGELOG.json

@@ -5,3 +5,18 @@ {

{
"date": "Mon, 17 Jan 2022 16:01:10 GMT",
"date": "Mon, 17 Jan 2022 17:20:45 GMT",
"tag": "@griffel/core_v1.0.2",
"version": "1.0.2",
"comments": {
"patch": [
{
"author": "olfedias@microsoft.com",
"package": "@griffel/core",
"commit": "6c4130f9b2b9109edf04dbdd83ef8369619b57a3",
"comment": "fix bundle size issues caused by bundling"
}
]
}
},
{
"date": "Mon, 17 Jan 2022 16:01:30 GMT",
"tag": "@griffel/core_v1.0.1",

@@ -8,0 +23,0 @@ "version": "1.0.1",

# Change Log - @griffel/core
This log was last generated on Mon, 17 Jan 2022 16:01:10 GMT and should not be manually modified.
This log was last generated on Mon, 17 Jan 2022 17:20:45 GMT and should not be manually modified.
<!-- Start content -->
## 1.0.2
Mon, 17 Jan 2022 17:20:45 GMT
### Patches
- fix bundle size issues caused by bundling (olfedias@microsoft.com)
## 1.0.1
Mon, 17 Jan 2022 16:01:10 GMT
Mon, 17 Jan 2022 16:01:30 GMT

@@ -11,0 +19,0 @@ ### Patches

2

package.json
{
"name": "@griffel/core",
"sideEffects": false,
"version": "1.0.1"
"version": "1.0.2"
}

@@ -11,2 +11,3 @@ {

"options": {
"buildableProjectDepsInPackageJsonType": "dependencies",
"outputPath": "dist/packages/core",

@@ -16,3 +17,3 @@ "tsConfig": "packages/core/tsconfig.lib.json",

"entryFile": "packages/core/src/index.ts",
"rollupConfig": "@nrwl/react/plugins/bundle-rollup",
"rollupConfig": "tools/getRollupOptions.js",
"compiler": "babel",

@@ -19,0 +20,0 @@ "format": ["esm", "cjs"],

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