New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

patternity

Package Overview
Dependencies
Maintainers
5
Versions
170
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

patternity - npm Package Compare versions

Comparing version 1.0.67-rc3 to 1.0.67-rc5

infl-components-examples/modal_dialog.readme.md

2

package.json
{
"name": "patternity",
"version": "1.0.67-rc3",
"version": "1.0.67-rc5",
"description": "Patternity is the pattern library and style guide for all Influitive apps",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -39,2 +39,14 @@ var sassPaths = require('node-neat').includePaths.map(function(sassPath) {

},
getExampleFilename: function(componentpath) {
var newpath;
var oldCompsRegex = /\/infl-components\//;
var oldComps = oldCompsRegex.test(componentpath);
if (oldComps) {
newpath = componentpath.replace(oldCompsRegex, '/infl-components-examples/').replace(/\.jsx?$/, '.readme.md');
}
else {
newpath = componentpath.replace(/\/index.js$/, '\/Readme.md');
}
return newpath;
},
updateWebpackConfig: function(webpackConfig, env) {

@@ -52,4 +64,5 @@ webpackConfig.module.loaders = webpackConfig.module.loaders.concat({

},
serverPort: 3003,
serverPort: 3000,
styleguideDir: 'public'
};

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