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

@eroc/core

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eroc/core - npm Package Compare versions

Comparing version 0.13.5 to 0.14.0

src/core/core.js

2

dist/core.iife.js

@@ -1,2 +0,2 @@

/* @eroc/core v0.13.5 2018-11-01T13:12:15.385Z licensed MIT */
/* @eroc/core v0.14.0 2019-07-22T22:25:10.964Z licensed MIT */
var Core = (function (exports) {

@@ -3,0 +3,0 @@ 'use strict';

@@ -1,2 +0,2 @@

/* @eroc/core v0.13.5 2018-11-01T13:12:15.385Z licensed MIT */
/* @eroc/core v0.14.0 2019-07-22T22:25:10.964Z licensed MIT */
/**

@@ -3,0 +3,0 @@ * Handles error messages

@@ -1,7 +0,7 @@

/* @eroc/core v0.13.5 2018-11-01T13:12:15.385Z licensed MIT */
/* @eroc/core v0.14.0 2019-07-22T22:25:10.964Z licensed MIT */
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
typeof define === 'function' && define.amd ? define('Core', ['exports'], factory) :
(factory((global.Core = {})));
}(this, (function (exports) { 'use strict';
(global = global || self, factory(global.Core = {}));
}(this, function (exports) { 'use strict';

@@ -231,2 +231,2 @@ /**

})));
}));
{
"name": "@eroc/core",
"version": "0.13.5",
"version": "0.14.0",
"main": "dist/core.umd.js",
"module": "dist/core.js",
"description": "Lightweight framework for scalable applications",

@@ -8,18 +10,17 @@ "author": "Mauricio Soares",

"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/msodeveloper/core.js.git"
"scripts": {
"serve": "serve",
"bundle": "rollup --config tools/rollup.config.js",
"prepublishOnly": "npm run bundle",
"test": "jasmine --config=tests/jasmine.json"
},
"main": "dist/core.umd.js",
"module": "dist/core.js",
"files": [
"dist/core.umd.js",
"dist/core.iife.js",
"dist/core.js",
"src",
"dist",
"LICENSE",
"README.md"
],
"scripts": {
"bundle": "rollup --config tools/rollup.config.js",
"test": "jasmine --config=tests/jasmine.json"
"repository": {
"type": "git",
"url": "https://github.com/msodeveloper/core.js.git"
},

@@ -36,5 +37,6 @@ "bugs": {

"devDependencies": {
"jasmine": "^3.2.0",
"rollup": "^0.66.6"
"jasmine": "^3.3.1",
"rollup": "^1.1.2",
"serve": "^10.1.1"
}
}
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