Socket
Socket
Sign inDemoInstall

jp.keijiro.klak.hap

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jp.keijiro.klak.hap - npm Package Compare versions

Comparing version 0.1.13 to 0.1.14

5

package.json

@@ -5,4 +5,5 @@ {

"description": "HAP video player",
"displayName": "KlakHAP",
"keywords": [ "unity" ],
"license": "LicenseRef-LICENSE",
"license": "SEE LICENSE IN LICENSE",
"name": "jp.keijiro.klak.hap",

@@ -12,3 +13,3 @@ "repository": "github:keijiro/KlakHap",

"unityRelease": "0f2",
"version": "0.1.13"
"version": "0.1.14"
}

25

README.md

@@ -47,24 +47,15 @@ KlakHAP

You can also use the [scoped registry] feature to import the package. Add the
following sections to the package manifest file (`Packages/manifest.json`).
You can also use [Git support on Package Manager] to import the package. Add
the following line to the `dependencies` section in the package manifest file
(`Packages/manifest.json`). Note that this feature is only available from
Unity 2018.3. See [the forum thread][Git support on Package Manager] for
further details.
To the `scopedRegistries` section:
```
{
"name": "Keijiro",
"url": "https://registry.npmjs.com",
"scopes": [ "jp.keijiro" ]
}
"jp.keijiro.klak.hap": "https://github.com/keijiro/KlakHap.git#upm"
```
To the `dependencies` section:
```
"jp.keijiro.klak.hap": "0.1.13"
```
[Releases]: https://github.com/keijiro/KlakHap/releases
[scoped registry]:
https://docs.unity3d.com/Manual/upm-scoped.html
[Git support on Package Manager]:
https://forum.unity.com/threads/git-support-on-package-manager.573673/

@@ -71,0 +62,0 @@ How to specify a video file

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