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.1 to 0.0.2

16

dist/loco-model.js

@@ -1,3 +0,12 @@

var LocoModel =
/******/ (function(modules) { // webpackBootstrap
(function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')
module.exports = factory();
else if(typeof define === 'function' && define.amd)
define([], factory);
else if(typeof exports === 'object')
exports["LocoModel"] = factory();
else
root["LocoModel"] = factory();
})(this, function() {
return /******/ (function(modules) { // webpackBootstrap
/******/ // The module cache

@@ -1862,2 +1871,3 @@ /******/ var installedModules = {};

/***/ })
/******/ ]);
/******/ ]);
});

3

package.json
{
"name": "loco-js-model",
"version": "0.0.1",
"version": "0.0.2",
"description": "Model part of loco-js",
"main": "dist/loco-model.js",
"module": "index.js",
"scripts": {

@@ -8,0 +7,0 @@ "start": "node server.js",

@@ -26,4 +26,5 @@ var path = require('path');

filename: 'loco-model.js',
library: 'LocoModel'
library: 'LocoModel',
libraryTarget: 'umd'
}
};
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