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

com.mambojambostudios.marvelous

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

com.mambojambostudios.marvelous - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

14

package.json
{
"name": "com.mambojambostudios.marvelous",
"displayName": "Marvelous",
"version": "1.0.2",
"version": "1.0.3",
"unity": "2018.1",
"description": "💄 Utility library and extensions for Unity",
"scripts": {
"publish:pkg": "npm publish ./MarvelousUnity/Assets/Marvelous",
"prepublish:pkg": "copyfiles README.md package.json ./MarvelousUnity/Assets/Marvelous",
"postpublish:pkg": "rimraf ./MarvelousUnity/Assets/Marvelous/README.md ./MarvelousUnity/Assets/Marvelous/package.json"
"publish:pkg": "npm publish ./marvelous-unity/Assets/Marvelous",
"prepublish:pkg": "copyfiles README.md package.json ./marvelous-unity/Assets/Marvelous",
"postpublish:pkg": "rimraf ./marvelous-unity/Assets/Marvelous/README.md ./marvelous-unity/Assets/Marvelous/package.json"
},

@@ -21,7 +21,11 @@ "repository": {

},
"homepage": "https://github.com/AdamRamberg/marvelous#readme",
"homepage": "https://adamramberg.github.io/marvelous/api",
"devDependencies": {
"copyfiles": "^2.1.0",
"rimraf": "^2.6.3"
},
"dependencies": {
"fs": "0.0.1-security",
"xml-js": "^1.6.11"
}
}
# Marvelous
💄 Utility library and extensions for Unity
## Installation
Marvelous can be installed through npm's registry. Add the following to your `manifest.json`:
# Installation
Marvelous can be installed via NPM. Add the following to your `manifest.json`:
```

@@ -19,3 +19,3 @@ {

...
"com.mambojambostudios.marvelous" : "1.0.0",
"com.mambojambostudios.marvelous" : "1.0.3",
...

@@ -25,1 +25,2 @@ }

```
[Check out Marvelous](https://www.npmjs.com/package/com.mambojambostudios.marvelous) on NPM to get the latest version.

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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