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

@shore/bootstrap

Package Overview
Dependencies
Maintainers
2
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shore/bootstrap - npm Package Compare versions

Comparing version 3.3.5-shore.2 to 3.3.5-shore.3

dist/css/bootstrap-theme.css

9

Gruntfile.js

@@ -43,3 +43,10 @@ /*!

// Metadata.
pkg: grunt.file.readJSON('package.json'),
pkg: (function () {
var pkg = grunt.file.readJSON('package.json');
// NOTE: remove private namespace from package name
pkg.name = pkg.name.replace('@shore/', '');
return pkg;
}()),
banner: '/*!\n' +

@@ -46,0 +53,0 @@ ' * Bootstrap v<%= pkg.version %> (<%= pkg.homepage %>)\n' +

2

package.json
{
"name": "@shore/bootstrap",
"description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
"version": "3.3.5-shore.2",
"version": "3.3.5-shore.3",
"keywords": [

@@ -6,0 +6,0 @@ "css",

@@ -10,6 +10,2 @@ # THIS IS A CUSTOM VERSION OF BOOTSTRAP USED BY [SHORE](http://www.shore.com/)

## Simple theme testing
Just execute `npm run test-server` to open the theme test page and start hacking the less files. The test-server will watch for files changes and autom. reloads the test page.
## Usage

@@ -25,11 +21,39 @@

## Build
## Development
Make sure you executed `npm install` before
Use the `shore-bootstrap3` branch as a basis. Do not commit your changes to `master`!
Install the required npm packages from the project root via:
```
npm install
```
### Simple theme testing
Execute
```
npm run test-server
```
to open the theme test page and start hacking the less files. The test-server will watch for files changes and autom. reloads the test page.
### How to update the *Shore Icon Font*?
* Go to [Fontastic](http://app.fontastic.me/#select/DodAuckJNKeGyhRNYdnd48)
* Make sure **shore-icons** is selected (top-left, below Fontastic logo)
* Select new icons</li>
* Go to [Publish page](http://app.fontastic.me/#publish/font/DodAuckJNKeGyhRNYdnd48)
* Click on **DOWNLOAD** button
* Extract ZIP file and copy folder `shore-icons` to project root folder
### Build
```
npm run build
```
## Publish on npm
### Publish on npm

@@ -36,0 +60,0 @@ Increment the `shore.n` version in `package.json`, commit and push before

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 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