New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@magnetis/astro

Package Overview
Dependencies
Maintainers
3
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@magnetis/astro - npm Package Compare versions

Comparing version 1.3.0 to 1.4.0

deploy.js

5

CHANGELOG.md

@@ -5,2 +5,7 @@ # Changelog

### [1.4.0] - 2019-07-17
- Change slider thumb (circle) sizes to improve touchscreen usability.
- Create full fill (gradient) slider.
- Bump several dependencies.
### [1.3.0] - 2019-06-24

@@ -7,0 +12,0 @@ - Add new icons to Iconography.

9

package.json
{
"name": "@magnetis/astro",
"version": "1.3.0",
"version": "1.4.0",
"author": "Magnetis (https://github.com/magnetis)",

@@ -23,3 +23,3 @@ "homepage": "https://astro.magnetis.com.br/",

"docs:build": "docz build",
"docs:publish": "yarn run docs:build && gh-pages --dist .docz/dist --message 'Update site [ci skip]'",
"docs:publish": "yarn run docs:build && node deploy",
"build": "postcss src/index.css -o dist/astro.css && svgo assets/icons/*.svg -o dist/assets/icons",

@@ -36,5 +36,5 @@ "lint:css": "stylelint src/css/**/*.css",

"cssnano": "^4.1.0",
"docz": "^0.13.7",
"docz": "^1.2.0",
"docz-plugin-css": "^0.11.0",
"docz-theme-default": "^0.13.7",
"docz-theme-default": "^1.2.0",
"gh-pages": "^2.0.1",

@@ -45,2 +45,3 @@ "postcss-cli": "^6.0.0",

"postcss-url": "^8.0.0",
"react-hot-loader": "^4.12.1",
"stylelint": "^10.0.1",

@@ -47,0 +48,0 @@ "stylelint-config-standard": "^18.2.0",

@@ -47,3 +47,3 @@ # Astro

```html
<link rel='stylesheet' href='https://unpkg.com/@magnetis/astro/dist/astro.css'
<link href='https://unpkg.com/@magnetis/astro/dist/astro.css' rel='stylesheet' type="text/css" />
```

@@ -50,0 +50,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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