Socket
Socket
Sign inDemoInstall

@basementuniverse/commonjs

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@basementuniverse/commonjs - npm Package Compare versions

Comparing version 1.2.5 to 1.2.6

2

common.js
/**
* @overview A library of useful functions
* @author Gordon Larrigan
* @version 1.2.5
* @version 1.2.6
*/

@@ -6,0 +6,0 @@

{
"name": "@basementuniverse/commonjs",
"version": "1.2.5",
"version": "1.2.6",
"description": "A collection of useful functions",

@@ -13,3 +13,4 @@ "main": "common.js",

"build": "gulp",
"build-docs": "node node_modules/jsdoc-to-markdown/bin/cli.js common.js --template readme-template.md > README.md"
"build-docs": "node node_modules/jsdoc-to-markdown/bin/cli.js common.js --template readme-template.md > README.md",
"publish": "npm publish --access public"
},

@@ -16,0 +17,0 @@ "repository": {

@@ -10,3 +10,3 @@ # common.js

```javascript
const { vec, mat } = require('./common.js');
const { vec, mat } = require('@basementuniverse/commonjs');
```

@@ -23,3 +23,3 @@

```typescript
import { vec, mat } from 'commonjs';
import { vec, mat } from '@basementuniverse/commonjs';
```

@@ -26,0 +26,0 @@

@@ -10,3 +10,3 @@ # common.js

```javascript
const { vec, mat } = require('./common.js');
const { vec, mat } = require('@basementuniverse/commonjs');
```

@@ -23,3 +23,3 @@

```typescript
import { vec, mat } from 'commonjs';
import { vec, mat } from '@basementuniverse/commonjs';
```

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