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

@quenty/templateprovider

Package Overview
Dependencies
Maintainers
1
Versions
188
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@quenty/templateprovider - npm Package Compare versions

Comparing version 3.1.0 to 3.1.1-canary.216.1c1ac8b.0

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [3.1.1-canary.216.1c1ac8b.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/templateprovider@3.1.0...@quenty/templateprovider@3.1.1-canary.216.1c1ac8b.0) (2021-10-02)
### Features
* Allow template provider to replicate assets from the cloud ([e304412](https://github.com/Quenty/NevermoreEngine/commit/e304412831f9eba74bcc068de4701c4000574190))
# [3.1.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/templateprovider@3.0.1...@quenty/templateprovider@3.1.0) (2021-09-22)

@@ -8,0 +19,0 @@

14

package.json
{
"name": "@quenty/templateprovider",
"version": "3.1.0",
"version": "3.1.1-canary.216.1c1ac8b.0",
"description": "Base of a template retrieval system",

@@ -28,6 +28,8 @@ "keywords": [

"dependencies": {
"@quenty/baseobject": "^3.0.1",
"@quenty/loader": "^3.0.1",
"@quenty/maid": "^2.0.0",
"@quenty/string": "^2.1.0"
"@quenty/baseobject": "3.0.2-canary.216.1c1ac8b.0",
"@quenty/insertserviceutils": "3.0.2-canary.216.1c1ac8b.0",
"@quenty/loader": "3.0.2-canary.216.1c1ac8b.0",
"@quenty/maid": "2.0.0",
"@quenty/promise": "3.0.2-canary.216.1c1ac8b.0",
"@quenty/string": "2.1.0"
},

@@ -37,3 +39,3 @@ "publishConfig": {

},
"gitHead": "6288c63115f31544fce6663d018826e81ef01c7f"
"gitHead": "1c1ac8b60f35fcaa134378dc1c8e75fd145a84f9"
}

@@ -24,6 +24,10 @@ ## TemplateProvider

### `TemplateProvider.new(container)`
### `TemplateProvider.new(container, replicationParent)`
If `replicationParent` is given then contents loaded from the cloud will be replicated to the replicationParent when on the server.
### `TemplateProvider:Init()`
Initializes the template provider, downloading components and other things needed
### `TemplateProvider:Clone(templateName)`

@@ -30,0 +34,0 @@

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