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.12.0 to 0.12.1

2

package.json
{
"name": "@eroc/core",
"version": "0.12.0",
"version": "0.12.1",
"description": "Lightweight framework for scalable applications",

@@ -5,0 +5,0 @@ "author": "Mauricio Soares",

@@ -7,10 +7,3 @@ # Core.js [![Build Status](https://travis-ci.org/mauriciosoares/core.js.svg?branch=master)](https://travis-ci.org/mauriciosoares/core.js) [![Coverage Status](https://img.shields.io/coveralls/mauriciosoares/core.js.svg)](https://coveralls.io/r/mauriciosoares/core.js) [![Code Climate](https://codeclimate.com/github/mauriciosoares/core.js/badges/gpa.svg)](https://codeclimate.com/github/mauriciosoares/core.js)

## Installing
You can install __Core.js__ using Bower running the following command:
```
bower install core_js
```
## tl;dr

@@ -35,2 +28,23 @@

## Installing
`npm i @eroc/core`
## Import
Raw import
`import {Core} from "./node_modules/@eroc/core/dist/core.js";`
With rollup, webpack or parcel
`import {Core} from "@eroc/core";`
NodeJs or Browserify
`const {Core} = require("@eroc/core");`
Let's start with the tweet module.

@@ -278,8 +292,10 @@

1. Run `npm install`
2. Run `npm install -g grunt-cli` to install the grunt command
3. Run `grunt jasmine`
1. `npm i`
2. `npm run bundle`
3. `npm t`
## Release History
* 2018-10-29 v0.12.0 Drop bower and publish on npm
* 2018 Various changes
* 2015-06-15   v0.7.3   Refactor UMD

@@ -286,0 +302,0 @@ * 2015-05-14   v0.7.2   Hotfix with ID's

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