Socket
Socket
Sign inDemoInstall

auth0-styleguide-core

Package Overview
Dependencies
Maintainers
3
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

auth0-styleguide-core - npm Package Compare versions

Comparing version 0.0.0 to 1.0.1

build/core.css

61

package.json
{
"name": "auth0-styleguide-core",
"version": "0.0.0",
"description": "",
"main": "index.js",
"version": "1.0.1",
"description": "Includes stylus variables, mixins and class utilities common to all Auth0 projects.",
"main": "build/core.css",
"style": "build/core.css",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"prepublish": "NODE_ENV=production npm run build",
"start": "gulp",
"build": "gulp build",
"lint": "npm run lint:js && npm run lint:css",
"lint:js": "eslint .",
"lint:css": "stylelint build/core.css",
"test": "npm run lint"
},
"author": "",
"license": "ISC"
"keywords": [
"auth0",
"styleguide",
"css",
"base"
],
"author": "Auth0 (https://auth0.com)",
"homepage": "http://styleguide.auth0.com/",
"repository": "https://github.com/auth0/styleguide/tree/experimental/packages/core",
"license": "UNLICENSED",
"files": [
"build",
"src"
],
"engines": {
"node": "^6.9.1",
"npm": "^3.10.8"
},
"dependencies": {
"normalize-css": "^2.3.1"
},
"devDependencies": {
"bump-version": "^0.5.0",
"component-cdn-uploader": "auth0/component-cdn-uploader#1.0.0",
"eslint": "^3.12.2",
"eslint-config-auth0-base": "^11.0.0",
"eslint-plugin-import": "^2.2.0",
"gulp": "github:gulpjs/gulp#c120a94",
"gulp-autoprefixer": "^3.1.1",
"gulp-cssnano": "^2.1.2",
"gulp-load-plugins": "^1.3.0",
"gulp-rename": "^1.2.2",
"gulp-stylus": "^2.5.0",
"stylelint": "^7.5.0",
"stylelint-config-standard": "^15.0.1"
},
"cdn-component": {
"name": "core",
"cdn": "https://cdn.auth0.com",
"mainBundleFile": "core.css",
"remoteBasePath": "styleguide",
"bucket": "assets.us.auth0.com",
"localPath": "build"
}
}
index.js
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