Socket
Socket
Sign inDemoInstall

@mathigon/core

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mathigon/core - npm Package Compare versions

Comparing version 0.5.2 to 0.6.0

.editorconfig

47

package.json
{
"name": "@mathigon/core",
"version": "0.5.2",
"version": "0.6.0",
"description": "TypeScript utilities library containing function wrappers, string and array helper functions, event classes and color utilities.",

@@ -25,3 +25,3 @@ "keywords": [

"test": "ts-node node_modules/tape/bin/tape test/**/*.ts",
"prepublish": "npm test && npm run lint && npm run build",
"prepublishOnly": "npm test && npm run lint && npm run build",
"build": "rollup --config",

@@ -31,40 +31,15 @@ "lint": "eslint . --ext .ts"

"devDependencies": {
"@rollup/plugin-typescript": "5.0.2",
"@rollup/plugin-typescript": "8.0.0",
"@types/tape": "4.13.0",
"@typescript-eslint/eslint-plugin": "3.8.0",
"@typescript-eslint/parser": "3.8.0",
"eslint": "7.6.0",
"@typescript-eslint/eslint-plugin": "4.9.0",
"@typescript-eslint/parser": "4.9.0",
"eslint": "7.14.0",
"eslint-config-google": "0.14.0",
"eslint-plugin-import": "2.22.0",
"rollup": "2.23.1",
"eslint-plugin-import": "2.22.1",
"rollup": "2.34.0",
"tape": "5.0.1",
"ts-node": "8.10.2",
"tslib": "2.0.1",
"typescript": "3.9.7"
},
"renovate": {
"extends": [
"config:base"
],
"schedule": [
"every weekend"
],
"packageRules": [
{
"updateTypes": [
"patch",
"pin",
"digest"
],
"automerge": true
},
{
"packagePatterns": [
"eslint",
"^@types"
],
"automerge": true
}
]
"ts-node": "9.0.0",
"tslib": "2.0.3",
"typescript": "4.1.2"
}
}
# Core.ts
[![Build Status](https://travis-ci.org/mathigon/core.js.svg?branch=master)](https://travis-ci.org/mathigon/core.js)
[![npm](https://img.shields.io/npm/v/@mathigon/core.svg)](https://www.npmjs.com/package/@mathigon/core)
[![npm](https://img.shields.io/github/license/mathigon/core.js.svg)](https://github.com/mathigon/core.js/blob/master/LICENSE)
Core.ts is a library of TypeScript utility function and classes, including array

@@ -8,6 +12,3 @@ and string helpers, function wrappers and event classes. It was developed for

[![npm](https://img.shields.io/npm/v/@mathigon/core.svg)](https://www.npmjs.com/package/@mathigon/core)
[![npm](https://img.shields.io/github/license/mathigon/core.js.svg)](https://github.com/mathigon/core.js/blob/master/LICENSE)
## Features

@@ -31,6 +32,2 @@

We recommend using Core.ts together with [Rollup](https://rollupjs.org/), using
using the [rollup-plugin-node-resolve](https://github.com/rollup/rollup-plugin-node-resolve)
plugin.
Now, simply import all functions and classes you need, using

@@ -37,0 +34,0 @@

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