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

@i-views/bower-resolver

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@i-views/bower-resolver

bower-resolver for downloading software by i-views

  • 1.0.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
12
increased by100%
Maintainers
1
Weekly downloads
 
Created
Source

@i-views/bower-resolver

NPM version

bower-resolver for downloading software by i-views

About i-views

intelligent views gmbh (i-views) is one of the leading providers of semantic technologies and applications in the German-speaking region. The company, which started out in 1997 as a spin-off of the Fraunhofer Society, has over 30 employees and is based in Darmstadt, Germany. The company produces the i-views Smart Data Engine, which provides customers with an easy and flexible way of creating smart data networks, thus increasing the value of their data.

If you want to know more about i-views, please have a look at the following web-sites:

Purpose

In addition the our core-product, we provide a web-frontend called the viewconfigmapper that can be used and configured with our backend. The @i-views/bower-resolver helps you download and use this frontend in your own projects.

Please note that while the @i-views/bower-resolver is released under the MIT-License, most of the packages it downloads are under a propriatery license.

Installation

npm install --save-dev @i-views/bower-resolver

Make sure that the following files in your project are similar to what is shown here:

.bowerrc

Include @i-views/bower-resolver in your.bowerrc file to tell Bower that it should use this resolver for the dependencies defined in bower.json:

{
  "resolvers": [
    "@i-views/bower-resolver"
  ]
}

bower.json

Add a reference to an i-views dependency in your bower.json. The version is specified by the reference part, e.g. #5.0.4. If no version is given then the latest version will be automatically downloaded by Bower.

{
  "name": "example-project",
  "dependencies": {
    "viewconfigmapper": "iviews://viewconfigmapper#5.0.4"
  },
  "license": "MIT"
}

When you run

bower install

the resolver will download the viewconfigmapper from the i-views download servers.

License

@i-views/bower-resolver is published under the MIT-license.

See LICENSE.md for details.

Release-Notes

For release notes, see CHANGELOG.md

Contributing guidelines

See CONTRIBUTING.md.

Keywords

FAQs

Package last updated on 30 Jun 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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