npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

com-intel-security-ita-cs

v2.0.2

Published

App Security API ITA Capability Services

Downloads

15

Readme

App Security API

The App Security API enables the use of security properties and capabilities on the platform, using a new set of API defined for application developers. You are not required to be a security expert to make good use of the API. Key elements, such as encryption of data and establishments of capabilities, are abstracted and performed "under the hood". For example

  • Use the API to store (E.g. cache) data locally, using the device non-volatile storage. Data protection/encryption will be done for you by the API implementation
  • Establish a connection with remote server (E.g. XHR) using a protected channel. SSL/TLS establishment and usage will be done for you by the API implementation

For more information please visit our API documentation @ https://software.intel.com/en-us/app-security-api/api Additionally please see our demo applications: - "MyPrivateNotes": https://software.intel.com/en-us/xdk/article/my-private-notes-sample - "MyPrivatePhotos": https://software.intel.com/en-us/xdk/article/my-private-photos-sample

Intel(R) Technology Access (TA) Capability Servicer

The project contains 'src' folder which contains the App Security API capability servicer and 'www' folder which contains the javascript API.
To verify if the system has ITA please:
	1. Open services' window by launching 'services.msc'
	2. Scroll down and make sure you have Intel(R) TA service and its status is running
For more information and download page for Intel(R) TA, please refer to https://downloadcenter.intel.com/download/25435

How to use App Security capability servicer
===========================================
	1. Make sure that the 'App Security Api service' (AppSecurityApiService.exe) is properly installed on the target platform, where your application is running
	2. Include the javascript files from the www folder in your js folder (or equivalent) of the web application
	3. Use the API from your web application

Cordova plugin

For Cordova plugin please see https://github.com/AppSecurityApi/com-intel-security-cordova-plugin.git

Crosswalk Extension

For Crosswalk extension please see https://github.com/AppSecurityApi/com-intel-security-crosswalk-extension.git