Socket
Socket
Sign inDemoInstall

@bsara/react-layouts

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bsara/react-layouts - npm Package Compare versions

Comparing version 1.0.0-alpha.15 to 1.0.0-alpha.16

29

package.json
{
"name": "@bsara/react-layouts",
"version": "1.0.0-alpha.15",
"version": "1.0.0-alpha.16",
"description": "A collection of generic, reusable layout components",

@@ -23,9 +23,14 @@ "authors": [

"files": [
"*Layout.js",
"*Layout.js.map"
"./*Layout/*",
"./src/**/*Layout.js",
"./src/**/*Layout.css"
],
"scripts": {
"clean:dist": "rm -rf ./*Layout/",
"clean": "rm -rf ./build",
"build": "npm run clean && npx babel src --source-maps -d ./build",
"dist": "npm run build && cp ./build/**/*.js* ./",
"build:styles": "npx postcss ./src/**/*Layout.css --map -b ./src -d ./build",
"build:scripts": "npx babel ./src --source-maps -d ./build && cd ./src && cp --parents ./**/package.json ../build && cd ..",
"build": "npm run clean && npm run build:styles && npm run build:scripts",
"dist:copyBuild": "cp -r ./build/* ./ && find . -name '*Layout/*.map' -exec sed -i 's/\\.\\.\\/\\.\\.\\/src/\\.\\.\\/src/' {} \\;",
"dist": "npm run build && npm run clean:dist && npm run dist:copyBuild",
"sb": "npm run storybook",

@@ -46,7 +51,5 @@ "storybook": "npx start-storybook -p 9800 -c .storybook",

"dependencies": {
"classnames": "^2.2.5",
"babel-plugin-react-css-modules": "^3.3.0",
"prop-types": ">=15.5.10",
"randomatic": "^1.1.7",
"react": ">=15.6.1",
"styled-components": "^2.1.2"
"react": ">=15.6.1"
},

@@ -57,6 +60,6 @@ "devDependencies": {

"@storybook/react": "^3.2.8",
"autoprefixer": "^7.1.4",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^7.2.3",
"babel-plugin-styled-components": "^1.2.0",
"babel-eslint": "^8.0.0",
"babel-preset-es2015": "^6.24.1",

@@ -68,2 +71,6 @@ "babel-preset-es2016": "^6.24.1",

"npm-scripts-versioning": "^1.0.0-beta.5",
"postcss-cli": "^4.1.1",
"postcss-modules": "^0.8.0",
"postcss-nested": "^2.1.2",
"postcss-nesting": "^4.1.0",
"react-dom": "^15.6.1",

@@ -70,0 +77,0 @@ "stylelint": "~8.0.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