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

@mysugr/spring

Package Overview
Dependencies
Maintainers
3
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mysugr/spring - npm Package Compare versions

Comparing version 0.0.6 to 0.3.1

index.js

48

package.json
{
"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
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