@mysugr/spring
Advanced tools
Comparing version 0.0.6 to 0.3.1
{ | ||
"version": "0.0.6", | ||
"name": "@mysugr/spring", | ||
"description": "Spring is the CSS framework that powers mySugr's front-end design. It includes many UI component packages that are grouped into a few meta-packages. Each package and meta-package is independently versioned and distributed via npm, so it's easy to include all or part of Spring within your own project.", | ||
"homepage": "https://spring.mysugr.com/", | ||
"author": "mySugr", | ||
"license": "", | ||
"style": "build/build.css", | ||
"sass": "index.scss", | ||
"main": "build/index.js", | ||
"spring": { | ||
"category": "spring", | ||
"module_type": "meta" | ||
}, | ||
"files": [ | ||
"index.scss", | ||
"lib", | ||
"build" | ||
], | ||
"repository": "", | ||
"bugs": { | ||
"url": "" | ||
}, | ||
"scripts": { | ||
"build": "../../script/npm-run spring-module-build index.scss", | ||
"prepare": "npm run build" | ||
}, | ||
"keywords": [ | ||
"spring", | ||
"css", | ||
"styles", | ||
"mysugr", | ||
"design-system", | ||
"style-guide" | ||
], | ||
"dependencies": { | ||
"@mysugr/spring-buttons": "^0.0.6", | ||
"@mysugr/spring-core": "^0.0.6", | ||
"@mysugr/spring-forms": "^0.0.6", | ||
"@mysugr/spring-utilities": "^0.0.5" | ||
} | ||
"description": "", | ||
"author": "Florian Eckerstorfer <florian.eckerstorfer@mysugr.com>", | ||
"homepage": "https://mysugr.com/", | ||
"repository": "https://github.com/mysugr/spring/tree/master/%40mysugr/spring", | ||
"license": "UNLICENSED", | ||
"scripts": {}, | ||
"version": "0.3.1", | ||
"main": "index.js", | ||
"gitHead": "9a2d457493faa79a1a7b280fd6c0bfa20488de26" | ||
} |
@@ -1,30 +0,3 @@ | ||
# Spring | ||
# DEPRECATED | ||
One of the meta-packages that bundles up individual component-packages. Spring bundles all the components. | ||
## Installation | ||
This repository is distributed with [npm][npm]. After [installing npm][install-npm], you can install Spring with this command: | ||
``` | ||
npm install --save @spring/spring | ||
``` | ||
## Manually building | ||
If you want to directly use the compiled CSS from this repository, build one of the components or a meta-package like Spring Core: | ||
``` | ||
cd spring | ||
npm run build | ||
``` | ||
This will build a minified version within the _build/_ directory. | ||
## Usage | ||
TODO | ||
[npm]: https://www.npmjs.com/ | ||
[install-npm]: https://docs.npmjs.com/getting-started/installing-node | ||
[sass]: http://sass-lang.com/ | ||
> See @mysugr/spring-core |
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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the 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
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
0
1
1
495
3
1
4
2
- Removed@mysugr/spring-buttons@^0.0.6
- Removed@mysugr/spring-core@^0.0.6
- Removed@mysugr/spring-forms@^0.0.6
- Removed@mysugr/spring-utilities@^0.0.5
- Removed@mysugr/spring-buttons@0.0.6(transitive)
- Removed@mysugr/spring-core@0.0.6(transitive)
- Removed@mysugr/spring-forms@0.0.6(transitive)
- Removed@mysugr/spring-utilities@0.0.5(transitive)