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

breakpoint-sass

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

breakpoint-sass - npm Package Compare versions

Comparing version 2.6.1 to 2.7.0

.bump.js

3

bower.json
{
"name": "compass-breakpoint",
"version": "2.6.1",
"name": "breakpoint-sass",
"main": "stylesheets/_breakpoint.scss",

@@ -5,0 +4,0 @@ "ignore": [

{
"name": "breakpoint-sass",
"version": "2.6.1",
"version": "2.7.0",
"description": "Really Simple Media Queries with Sass",
"main": "stylesheets/_breakpoint.scss",
"eyeglass": {
"needs": "^0.8.2",
"exports": "eyeglass-exports.js",

@@ -21,3 +22,7 @@ "name": "breakpoint"

"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"bump:major": "node .bump.js --major",
"bump:minor": "node .bump.js --minor",
"bump:patch": "node .bump.js --patch",
"publish": "node .gembuild.js && npm publish && git push && git push origin --tags"
},

@@ -38,4 +43,7 @@ "repository": {

"glob": "^4.3.2",
"node-sass": "^3.0.0"
"node-sass": "^3.0.0",
"nodegit": "^0.11.2",
"semver": "^5.1.0",
"yargs": "^4.1.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