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

frontline-css-reset

Package Overview
Dependencies
Maintainers
2
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

frontline-css-reset - npm Package Compare versions

Comparing version 3.0.1 to 4.0.0

2

bower.json
{
"name": "frontline-css-reset",
"version": "3.0.1",
"version": "4.0.0",
"homepage": "https://github.com/Threespot/frontline-css-reset",

@@ -5,0 +5,0 @@ "authors": [

@@ -37,11 +37,3 @@ 'use strict';

.on('error', handleErrors)
.pipe( autoprefixer({
browsers: [
'last 2 versions',
'Android >= 4.4',
'Explorer >= 9',
'iOS >= 8'
],
cascade: false
}))
.pipe( autoprefixer({ cascade: false }) )
.on('error', handleErrors)

@@ -80,2 +72,2 @@ .pipe( gulp.dest('./dist'))

// -----------------------------------------------------------------------------
gulp.task('default', ['sass', 'lint']);
gulp.task('default', gulp.series('sass', 'lint'));
{
"title": "frontline-css-reset",
"name": "frontline-css-reset",
"version": "3.0.1",
"version": "4.0.0",
"description": "Threespot's base CSS reset",
"engines": {
"node": ">=6.0.0",
"npm": ">=3.0.0"
"node": ">=14.0.0"
},

@@ -27,4 +26,10 @@ "repository": {

"homepage": "https://github.com/Threespot/frontline-css-reset",
"browserslist": [
"last 2 versions",
">0.5%",
"not dead",
"not op_mini all"
],
"scripts": {
"gulp": "gulp",
"start": "gulp",
"build": "gulp sass",

@@ -36,11 +41,11 @@ "lint": "gulp lint",

"devDependencies": {
"gulp": "3.x",
"gulp-autoprefixer": "4.x",
"gulp-minify-css": "1.x",
"gulp-notify": "3.x",
"gulp-pixrem": "1.x",
"gulp-rename": "1.x",
"gulp-sass": "3.x",
"gulp-sass-lint": "1.x"
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-minify-css": "^1.2.4",
"gulp-notify": "^3.2.0",
"gulp-pixrem": "^1.0.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.1.0",
"gulp-sass-lint": "^1.4.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

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