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

spiral-matrix

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

spiral-matrix - npm Package Compare versions

Comparing version 0.1.1 to 0.2.0

.travis.yml

15

package.json
{
"name": "spiral-matrix",
"version": "0.1.1",
"version": "0.2.0",
"description": "Generate a spiral matrix.",
"main": "index.js",
"main": "./dist/spiral-matrix.js",
"scripts": {
"test": "node test"
"test": "node ./dist/test",
"build": "babel ./src/test.js --out-file ./dist/test.js --presets es2015; babel ./src/spiral-matrix.js --out-file ./dist/spiral-matrix.js --presets es2015",
"prepublish": "npm run build"
},

@@ -24,3 +26,8 @@ "repository": {

},
"homepage": "https://github.com/HyunSeob/spiral-matrix#readme"
"homepage": "https://github.com/HyunSeob/spiral-matrix#readme",
"devDependencies": {
"babel-cli": "^6.8.0",
"babel-preset-es2015": "^6.6.0",
"core-assert": "^0.2.0"
}
}

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

# spiral-matrix
# spiral-matrix
[![Build Status](https://travis-ci.org/HyunSeob/spiral-matrix.svg?branch=master)](https://travis-ci.org/HyunSeob/spiral-matrix) [![npm](https://img.shields.io/npm/v/spiral-matrix.svg)](https://npmjs.org/package/spiral-matrix) [![Downloads](https://img.shields.io/npm/dm/spiral-matrix.svg)](https://npmjs.org/package/spiral-matrix) [![Dependencies](https://img.shields.io/david/hyunseob/spiral-matrix.svg)](https://david-dm.org/hyunseob/spiral-matrix) [![LICENSE](https://img.shields.io/npm/l/spiral-matrix.svg)](LICENSE)
Generate a spiral matrix.

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

Sorry, the diff of this file is not supported yet

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