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

geometry.js

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

geometry.js - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

.travis.yml

21

package.json
{
"name": "geometry.js",
"version": "0.1.1",
"version": "0.1.2",
"description": "A collection of ES6 classes for simple geometric objects and calculations",
"main": "dist/geometry.min.js",
"scripts": {
"test": "gulp test"
"build": "webpack",
"test": "jasmine"
},

@@ -20,3 +21,3 @@ "repository": {

"author": "Nate Abele <nate@radify.io>",
"license": "BSD",
"license": "BSD-3-Clause",
"bugs": {

@@ -27,10 +28,14 @@ "url": "https://github.com/radify/geometry.js/issues"

"devDependencies": {
"awesome-typescript-loader": "^3.2.3",
"babel": "^5.8.21",
"gulp-babel": "^5.2.1",
"gulp-concat": "^2.5.2",
"gulp-jasmine": "^2.0.1",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.0",
"babel-preset-stage-0": "^6.24.1",
"jasmine-node": "^1.14.5",
"source-map-loader": "^0.2.1",
"typescript": "^2.5.2",
"webpack": "^3.6.0",
"yargs": "^3.7.2"
}
}

@@ -0,1 +1,3 @@

[![Travis Build Status](https://travis-ci.org/radify/geometry.js.svg)](https://travis-ci.org/radify/geometry.js?branch=master)
# Geometry.js

@@ -12,8 +14,8 @@

You can grab it directly from GitHub using NPM or JSPM:
You can grab it directly from NPM or JSPM:
```bash
npm install https://github.com/radify/geometry.js
npm install geometry.js
# or
jspm install https://github.com/radify/geometry.js
jspm install geometry.js
```

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