@codecademy/variance
Advanced tools
Comparing version 0.0.2-alpha.274a96.0 to 0.0.2-alpha.3b7149.0
@@ -6,4 +6,4 @@ # Change Log | ||
### 0.0.2-alpha.274a96.0 (2021-02-12) | ||
### 0.0.2-alpha.3b7149.0 (2021-02-16) | ||
**Note:** Version bump only for package @codecademy/variance |
{ | ||
"name": "@codecademy/variance", | ||
"description": "Contraint based styles for flexibility", | ||
"version": "0.0.2-alpha.274a96.0", | ||
"description": "Constraint based CSS in JS for building scalable design systems", | ||
"version": "0.0.2-alpha.3b7149.0", | ||
"keywords": [ | ||
@@ -14,10 +14,4 @@ "emotion", | ||
"license": "MIT", | ||
"main": "src/index.ts", | ||
"module": "src/index.ts", | ||
"directories": { | ||
"lib": "src" | ||
}, | ||
"files": [ | ||
"src" | ||
], | ||
"main": "dist/index.js", | ||
"module": "dist/index.js", | ||
"publishConfig": { | ||
@@ -39,11 +33,13 @@ "access": "public" | ||
"csstype": ">=3.0.0", | ||
"lodash": "^>=4.0.0", | ||
"typescript": ">=4.1.0" | ||
}, | ||
"dependencies": { | ||
"lodash": "^4.17.5" | ||
}, | ||
"devDependencies": { | ||
"@emotion/jest": "^11.1.0", | ||
"@emotion/react": "^11.1.4", | ||
"@emotion/styled": "^11.0.0" | ||
"@emotion/jest": "^11.2.0", | ||
"@emotion/react": "^11.1.5", | ||
"@emotion/styled": "^11.1.5" | ||
}, | ||
"gitHead": "81cba64fdab4456363b3c52b91f64ef51b7e878c" | ||
"gitHead": "cf43e25aac470205658d0f2b03e162d0c81feb73" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
119338
70
2727
1
+ Addedlodash@^4.17.5
+ Addedlodash@4.17.21(transitive)