
Research
/Security News
Weaponizing Discord for Command and Control Across npm, PyPI, and RubyGems.org
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
@i-views/bower-resolver
Advanced tools
bower-resolver for downloading software by 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:
Deprecation notice: The bower-resolver is deprecated. We have moved away from bower, so this package will not be updated anymore. The source for downloading the package will also not receive updates anymore. Please contact us, if you need current versions of our software.
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.
npm install --save-dev @i-views/bower-resolver
Make sure that the following files in your project are similar to what is shown here:
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"
]
}
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.
@i-views/bower-resolver
is published under the MIT-license.
See LICENSE.md for details.
For release notes, see CHANGELOG.md
See CONTRIBUTING.md.
FAQs
bower-resolver for downloading software by i-views
The npm package @i-views/bower-resolver receives a total of 2 weekly downloads. As such, @i-views/bower-resolver popularity was classified as not popular.
We found that @i-views/bower-resolver demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
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.
Research
/Security News
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
Security News
Socket now integrates with Bun 1.3’s Security Scanner API to block risky packages at install time and enforce your organization’s policies in local dev and CI.
Research
The Socket Threat Research Team is tracking weekly intrusions into the npm registry that follow a repeatable adversarial playbook used by North Korean state-sponsored actors.