Socket
Socket
Sign inDemoInstall

phila-standards

Package Overview
Dependencies
5
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.1.0

src/_vendor/foundation-sites/dist/css/foundation-float.css

16

package.json
{
"name": "phila-standards",
"version": "1.0.2",
"version": "1.1.0",
"description": "City of Philadelphia Standards",

@@ -11,3 +11,3 @@ "main": "dist/js/phila-standards.min.js",

"dependencies": {
"foundation-sites": "^6.4.3",
"foundation-sites": "6.4.3",
"postscribe": "^2.0.8"

@@ -17,2 +17,3 @@ },

"autoprefixer": "^6.6.1",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.22.0",

@@ -37,3 +38,3 @@ "babelify": "^7.3.0",

"setup": "mkdirp dist/js dist/css dev/css src/_vendor",
"prebuild": "mkdirp dist/js dist/css dev/css src/_vendor && cp -R node_modules/foundation-sites src/_vendor/foundation-sites && touch dev/css/phila-standards.css dev/css/phila-app.css",
"prebuild": "mkdirp dist/js dist/css dev/css src/_vendor && cp -R node_modules/foundation-sites src/_vendor && touch dev/css/phila-standards.css dev/css/phila-app.css",
"assets": "cp -R src/img dist/",

@@ -64,5 +65,12 @@ "watch:css": "node-sass --include-path node_modules/foundation-sites/scss --output-style expanded --source-map true -w src/sass/phila-standards.scss dev/css/phila-standards.css",

"transform": [
"browserify-shim"
[
"babelify",
{
"presets": [
"env"
]
}
]
]
}
}

@@ -7,4 +7,3 @@ module.exports = require('jquery');

var philaBackToTop = require('./back-to-top');
var philaGov = require('./phila-gov');
var philaSVG = require('./svg-fallback');
var philaTables = require('./responsive-tables')
var philaTables = require('./responsive-tables')

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc