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

@seedcss/seed-props

Package Overview
Dependencies
Maintainers
3
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@seedcss/seed-props - npm Package Compare versions

Comparing version 0.0.7 to 1.0.0-alpha.0

12

package.json
{
"name": "@seedcss/seed-props",
"version": "0.0.7",
"version": "1.0.0-alpha.0",
"description": "Props mixin pack for Seed",

@@ -12,3 +12,3 @@ "main": "index.js",

"test:mocha": "mocha",
"test": "npm run test:mocha"
"test": "npm run build"
},

@@ -19,5 +19,2 @@ "repository": {

},
"authors": [
"ItsJonQ <hello@jonquach.com>"
],
"keywords": [

@@ -46,4 +43,3 @@ "bem",

"node-sass": "^4.9.3",
"sass-pathfinder": "^0.0.5",
"seed-bistro": "^0.2.1"
"sass-pathfinder": "^0.0.5"
},

@@ -54,3 +50,3 @@ "publishConfig": {

"prepublish": "npm run build",
"gitHead": "0749da9715a0e19c23feb2570c6c88583a1fce02"
"gitHead": "295147761e9150ad968c6711a9375099932b763d"
}
// Sass Pathfinder
// Source: https://github.com/ItsJonQ/sass-pathfinder
var pathfinder = function() {
var paths = Array.prototype.slice.call(arguments);
const pathfinder = function() {
const paths = Array.prototype.slice.call(arguments);
return [].concat.apply([], paths);

@@ -7,0 +7,0 @@ };

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