@vtex/css-handles
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -7,2 +7,8 @@ # Changelog | ||
## [Unreleased] | ||
## [1.1.1] - 2019-06-06 | ||
### Fixed | ||
- Uses regular functions instead of arrow functions, for IE11 support. | ||
## [1.1.0] - 2019-04-10 | ||
@@ -9,0 +15,0 @@ |
{ | ||
"name": "@vtex/css-handles", | ||
"description": "> Module for handling CSS classes", | ||
"version": "1.1.0", | ||
"license": "ISC", | ||
"esnext": "dist-src/index.js", | ||
"main": "dist-node/index.js", | ||
"module": "dist-web/index.js", | ||
"types": "dist-types/index.d.ts", | ||
"pika": true, | ||
"sideEffects": false, | ||
"keywords": [], | ||
"files": [ | ||
"dist-*/", | ||
"assets/", | ||
"bin/" | ||
], | ||
"homepage": "https://github.com/vtex/css-handles#readme", | ||
"bugs": { | ||
"url": "https://github.com/vtex/css-handles/issues" | ||
"version": "1.1.1", | ||
"description": "", | ||
"main": "index.js", | ||
"@pika/pack": { | ||
"pipeline": [ | ||
[ | ||
"@pika/plugin-standard-pkg", | ||
{ | ||
"exclude": [ | ||
"__tests__/**/*" | ||
] | ||
} | ||
], | ||
[ | ||
"@pika/plugin-build-node" | ||
], | ||
[ | ||
"@pika/plugin-build-web" | ||
], | ||
[ | ||
"@pika/plugin-build-types" | ||
] | ||
] | ||
}, | ||
@@ -26,3 +31,9 @@ "repository": { | ||
}, | ||
"dependencies": {}, | ||
"keywords": [], | ||
"author": "", | ||
"license": "ISC", | ||
"bugs": { | ||
"url": "https://github.com/vtex/css-handles/issues" | ||
}, | ||
"homepage": "https://github.com/vtex/css-handles#readme", | ||
"devDependencies": { | ||
@@ -29,0 +40,0 @@ "@pika/pack": "^0.3.6", |
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
105656
45
6
1