Socket
Socket
Sign inDemoInstall

@seedcss/seed-control

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-control - npm Package Compare versions

Comparing version 0.0.7 to 1.0.0-alpha.0

2

index.js
var path = require('path');
var pathfinder = require('sass-pathfinder');
var pathfinder = require('./scripts/pathfinder');

@@ -4,0 +4,0 @@ var files = pathfinder(

{
"name": "@seedcss/seed-control",
"version": "0.0.7",
"version": "1.0.0-alpha.0",
"description": "Control config pack for Seed",

@@ -16,5 +16,2 @@ "main": "index.js",

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

@@ -45,3 +42,3 @@ "bugs": {

"dependencies": {
"@seedcss/seed-dash": "^0.0.7"
"@seedcss/seed-dash": "^1.0.0-alpha.0"
},

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

"homepage": "https://github.com/helpscout/seed/",
"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 @@ };

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