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

ids-css

Package Overview
Dependencies
Maintainers
3
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ids-css - npm Package Compare versions

Comparing version 1.2.5 to 1.2.7

2

package.json
{
"name": "ids-css",
"slug": "ids-css",
"version": "1.2.5",
"version": "1.2.7",
"description": "Infor Design System (IDS) Components for the web",

@@ -6,0 +6,0 @@ "repository": {

@@ -24,18 +24,13 @@ # Infor Design System CSS

1. Switch to the branch you want to branch from
- this will typically be `develop`
1. `npm install -g gulp-cli && npm install`
1. `gulp dev` to build and serve on http://localhost:3000
- this will typically be `master`
1. `npm install`
1. `npm start` to build and serve on http://localhost:3000
## NPM Tasks
- `npm start` - Calls `gulp dev` but did this for consistency across repos
- `npm run build` - Clean and Build the site and packages
- `npm test` - Lints the **src** and **site** css raw files
- `npm run publish{:env}` - Build the markdown docs into json, zip it, then post to the design.infor.com server for the specified environment
- `npm run release` - Run the [release process](https://github.com/webpro/release-it) (it defaults to "patch" release)
## Basic Gulp Tasks
- `gulp` - Clean and Build the site and packages
- `gulp dev` - Clean, build (site & packages), and start the server
- `gulp publish` - Build the markdown docs into json, zip it, then post to the server
- `gulp publish --site=[local|localDebug|staging|prod]` = (Optional) The default is "local". To publish to `staging` or `prod`, you'll need an API key
- `gulp lint` Lints the **src** and **site** css raw files
- `gulp clean` - Remove all built files
> The website is served at `http://localhost:3000/`

@@ -52,11 +47,12 @@ >

- `src` The raw files for components and icons.
- `src/packages` The individual components (while compiled each will have it's own `dist/`)
- `site/www` The generated files for the local docs website
- `site/css` The CSS for the local docs site only
- `site/templates` The templates for generating the site html files
- `site/www/dist` Minified stylesheets used for the site.
- `src/` The raw files for components and icons.
- `packages/` The individual components (while compiled each will have it's own `dist/`)
- `site/`
- `www/` The generated files for the local docs website
- `css/` The CSS for the local docs site only
- `templates/` The templates for generating the site html files
- `www/dist/` Minified stylesheets used for the site.
- `demo` Demo of each package.
- `gulp` Contains the gulp tasks
- `spec` The unit config/tests
- `publish` The directory the deploy/publish is done from
- `documentation` The tmp directory the website documentation deploy/publish is done from
- `dist` The tmp directory npm package publishes from

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

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