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 0.0.8

15

package.json
{
"name": "@seedcss/seed-props",
"version": "0.0.7",
"version": "0.0.8",
"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": [

@@ -43,8 +40,2 @@ "bem",

},
"devDependencies": {
"mkdirp": "^0.5.1",
"node-sass": "^4.9.3",
"sass-pathfinder": "^0.0.5",
"seed-bistro": "^0.2.1"
},
"publishConfig": {

@@ -54,3 +45,3 @@ "access": "public"

"prepublish": "npm run build",
"gitHead": "0749da9715a0e19c23feb2570c6c88583a1fce02"
"gitHead": "7d6b35bf69773c179720c3d0394902d6b7520da8"
}

4

scripts/pathfinder.js
// 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