Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@bubltechnology/spherical-metadata

Package Overview
Dependencies
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bubltechnology/spherical-metadata - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

19

package.json

@@ -5,3 +5,2 @@ {

"main": "index.js",
"version": "1.0.0",
"scripts": {

@@ -18,2 +17,11 @@ "commit": "git-cz",

},
"keywords": [
"Spherical",
"Metadata",
"360",
"Spatial Media",
"MP4",
"rdf",
"xml"
],
"license": "Apache-2.0",

@@ -28,2 +36,3 @@ "dependencies": {

"devDependencies": {
"@bubltechnology/customizable-commit-analyzer": "^1.0.0",
"ava": "^0.15.2",

@@ -35,2 +44,5 @@ "commitizen": "^2.8.5",

},
"release": {
"analyzeCommits": "@bubltechnology/customizable-commit-analyzer"
},
"config": {

@@ -40,3 +52,4 @@ "commitizen": {

}
}
}
},
"version": "1.0.1"
}

14

README.md

@@ -8,4 +8,12 @@ # spherical-metadata

[![npm version](https://img.shields.io/npm/v/@bubltechnology/spherical-metadata.svg?style=flat-square)](https://www.npmjs.org/package/@bubltechnology/spherical-metadata)
[![License](http://img.shields.io/:license-apache-blue.svg?style=flat-square)](http://www.apache.org/licenses/LICENSE-2.0.html)
## Using the library
```bash
npm install @bubltechnology/spherical-metadata
```
### injectMetadata

@@ -15,3 +23,3 @@ Inject spherical metadata into an MP4 file

```javascript
const sphericalMetadata = require('spherical-metadata')
const sphericalMetadata = require('@bubltechnology/spherical-metadata')

@@ -27,3 +35,3 @@ sphericalMetadata.injectMetadata({

}).then(() => {
console.log("Metadata injection completed")
console.log('Metadata injection completed')
})

@@ -57,3 +65,3 @@

```javascript
const sphericalMetadata = require('spherical-metadata')
const sphericalMetadata = require('@bubltechnology/spherical-metadata')
sphericalMetadata.readMetadata(value).then((data) => {

@@ -60,0 +68,0 @@ console.log(data)

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