New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@thi.ng/geom-subdiv-curve

Package Overview
Dependencies
Maintainers
1
Versions
271
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thi.ng/geom-subdiv-curve - npm Package Compare versions

Comparing version 0.1.26 to 0.1.27

api.d.ts.map

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [0.1.27](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-subdiv-curve@0.1.26...@thi.ng/geom-subdiv-curve@0.1.27) (2019-11-30)
**Note:** Version bump only for package @thi.ng/geom-subdiv-curve
## [0.1.26](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-subdiv-curve@0.1.25...@thi.ng/geom-subdiv-curve@0.1.26) (2019-11-09)

@@ -8,0 +16,0 @@

29

package.json
{
"name": "@thi.ng/geom-subdiv-curve",
"version": "0.1.26",
"description": "Freely customizable, iterative subdivision curves for open / closed input geometries",
"version": "0.1.27",
"description": "Freely customizable, iterative nD subdivision curves for open / closed geometries",
"module": "./index.js",

@@ -21,20 +21,23 @@ "main": "./lib/index.js",

"build:test": "rimraf build && tsc -p test/tsconfig.json",
"test": "yarn build:test && mocha build/test/*.js",
"cover": "yarn build:test && nyc mocha build/test/*.js && nyc report --reporter=lcov",
"test": "mocha test",
"cover": "nyc mocha test && nyc report --reporter=lcov",
"clean": "rimraf *.js *.d.ts .nyc_output build coverage doc lib",
"doc": "node_modules/.bin/typedoc --mode modules --out doc --ignoreCompilerErrors src",
"doc:readme": "../../scripts/generate-readme",
"doc": "node_modules/.bin/typedoc --mode modules --out doc src",
"pub": "yarn build:release && yarn publish --access public"
},
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^0.1.3",
"@types/mocha": "^5.2.6",
"@types/node": "^12.6.3",
"mocha": "^6.1.4",
"@types/node": "^12.12.11",
"mocha": "^6.2.2",
"nyc": "^14.0.0",
"typedoc": "^0.15.0",
"typescript": "^3.6.4"
"ts-node": "^8.5.2",
"typedoc": "^0.15.2",
"typescript": "^3.7.2"
},
"dependencies": {
"@thi.ng/geom-api": "^0.3.7",
"@thi.ng/transducers": "^6.0.0",
"@thi.ng/vectors": "^4.0.0"
"@thi.ng/geom-api": "^0.3.8",
"@thi.ng/transducers": "^6.1.0",
"@thi.ng/vectors": "^4.0.1"
},

@@ -59,3 +62,3 @@ "keywords": [

"sideEffects": false,
"gitHead": "97add769f24aa32a1a5e13c5c941605e1b9eb569"
"gitHead": "36c4d9e967bd80ccdbfa0f4a42f594080f95f105"
}

@@ -0,4 +1,6 @@

<!-- This file is generated - DO NOT EDIT! -->
# @thi.ng/geom-subdiv-curve
[![npm (scoped)](https://img.shields.io/npm/v/@thi.ng/geom-subdiv-curve.svg)](https://www.npmjs.com/package/@thi.ng/geom-subdiv-curve)
[![npm version](https://img.shields.io/npm/v/@thi.ng/geom-subdiv-curve.svg)](https://www.npmjs.com/package/@thi.ng/geom-subdiv-curve)
![npm downloads](https://img.shields.io/npm/dm/@thi.ng/geom-subdiv-curve.svg)

@@ -10,20 +12,20 @@ [![Twitter Follow](https://img.shields.io/twitter/follow/thing_umbrella.svg?style=flat-square&label=twitter)](https://twitter.com/thing_umbrella)

<!-- TOC depthFrom:2 depthTo:3 -->
- [About](#about)
- [Status](#status)
- [Installation](#installation)
- [Dependencies](#dependencies)
- [Usage examples](#usage-examples)
- [API](#api)
- [Authors](#authors)
- [License](#license)
<!-- /TOC -->
## About
Freely customizable, iterative subdivision curves for open / closed input geometries.
Freely customizable, iterative nD subdivision curves for open / closed geometries.
Based in principle on: [Generating subdivision curves with L−systems on
a GPU](http://algorithmicbotany.org/papers/subgpu.sig2003.pdf)
Based in principle on:
- [Generating subdivision curves with L−systems on a
GPU](http://algorithmicbotany.org/papers/subgpu.sig2003.pdf)
- Clojure version of [thi.ng/geom](http://thi.ng/geom).
Supplied / implemented subdivision schemes:

@@ -40,2 +42,6 @@

### Status
**STABLE** - used in production
## Installation

@@ -53,4 +59,6 @@

## Usage examples
## API
[Generated API docs](https://docs.thi.ng/umbrella/geom-subdiv-curve/)
```ts

@@ -64,6 +72,6 @@ import * as gsc from "@thi.ng/geom-subdiv-curve";

- Karsten Schmidt
Karsten Schmidt
## License
&copy; 2018 Karsten Schmidt // Apache Software License 2.0
&copy; 2016 - 2019 Karsten Schmidt // Apache Software License 2.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