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

@getbase/base

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@getbase/base - npm Package Compare versions

Comparing version 5.1.1 to 5.2.0

7

changelog.md
# Base Change Log
## [5.2.0] - 2020-05-10
### Base V5.2.0
- Updated index.scss/less to include all modules for index.css (use core.css for minimal Base)
- Updated readme and styleguide references
- Minor version bump for package.json
- Updated entrypoint from index.css to core.css within package.json
## [5.1.1] - 2020-05-08

@@ -4,0 +11,0 @@ ### Base V5.1.1

4

package.json
{
"name": "@getbase/base",
"version": "5.1.1",
"version": "5.2.0",
"description": "A Rock Solid, Responsive CSS Framework built to work on all devices big, small and in-between.",
"homepage": "http://getbase.org/",
"author": "Matthew Hartman",
"main": "index.css",
"main": "core.css",
"scripts": {

@@ -9,0 +9,0 @@ "start": "./node_modules/gulp/bin/gulp.js",

@@ -62,4 +62,4 @@ # [Base](http://getbase.org)

<title>Your Website / App </title>
<!-- Base -->
<link rel="stylesheet" href="https://unpkg.com/@getbase/base/index.css">
<!-- Base Core -->
<link rel="stylesheet" href="https://unpkg.com/@getbase/base/core.css">
<!-- Base Common -->

@@ -96,3 +96,3 @@ <link rel="stylesheet" href="https://unpkg.com/@getbase/base/code.css">

/* Import Base */
@import url("https://unpkg.com/@getbase/base/index.css");
@import url("https://unpkg.com/@getbase/base/core.css");

@@ -99,0 +99,0 @@ /* Import Base Common */

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

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