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.1.2 to 0.1.3

2

index.js

@@ -9,5 +9,5 @@ // =============================================================================

export * from './src/arrays'
export { default as Evented } from './src/evented'
export * from './src/evented'
export * from './src/strings'
export * from './src/types'
export * from './src/utilities'
{
"name": "@mathigon/core",
"version": "0.1.2",
"version": "0.1.3",
"description": "JavaScript utilities library containing function wrappers, string and array helper functions, type checking and event classes.",

@@ -31,5 +31,4 @@ "keywords": [

"rollup": "^0.43.0",
"rollup-plugin-node-resolve": "^3.0.0",
"tape": "^4.7.0"
}
}

@@ -17,3 +17,3 @@ // =============================================================================

*/
export default class Evented {
export class Evented {

@@ -20,0 +20,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