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

loco-js-model

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

loco-js-model - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

7

dist/loco-model.js

@@ -139,5 +139,3 @@ (function webpackUniversalModuleDefinition(root, factory) {

},
protocolWithHost: function protocolWithHost() {
return null;
}
protocolWithHost: null
},

@@ -622,2 +620,5 @@ scope: null

model = Object(__WEBPACK_IMPORTED_MODULE_4__models__["Models"])()[parts[0]];
if (model == null) {
return new this(params);
}
return new model(params);

@@ -624,0 +625,0 @@ }

{
"name": "loco-js-model",
"version": "0.0.2",
"version": "0.0.3",
"description": "Model part of loco-js",

@@ -5,0 +5,0 @@ "main": "dist/loco-model.js",

const LocalEnv = {
loco: {
getLocale: () => { return 'en' },
protocolWithHost: () => { return null }
protocolWithHost: null
},

@@ -6,0 +6,0 @@ scope: null

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