Socket
Socket
Sign inDemoInstall

@jscad/modeling

Package Overview
Dependencies
Maintainers
3
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jscad/modeling - npm Package Compare versions

Comparing version 2.10.0 to 2.11.0

src/measurements/measureBoundingSphere.d.ts

16

CHANGELOG.md

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

# [2.11.0](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/modeling@2.10.0...@jscad/modeling@2.11.0) (2022-11-26)
### Bug Fixes
* **modeling:** added TS definitions for missing measurement functions ([acf79ca](https://github.com/jscad/OpenJSCAD.org/commit/acf79ca17223e37f49048b9960c9282dfdf72327))
### Features
* **modeling:** added extrudeHelical ([#1164](https://github.com/jscad/OpenJSCAD.org/issues/1164)) ([a202bc9](https://github.com/jscad/OpenJSCAD.org/commit/a202bc94e4e79ac1d1034dc0d9d1854ff19de84d))
# [2.10.0](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/modeling@2.9.6...@jscad/modeling@2.10.0) (2022-08-21)

@@ -8,0 +24,0 @@

4

package.json
{
"name": "@jscad/modeling",
"version": "2.10.0",
"version": "2.11.0",
"description": "Constructive Solid Geometry (CSG) Library for JSCAD",

@@ -64,3 +64,3 @@ "homepage": "https://openjscad.xyz/",

},
"gitHead": "13572067545460affd53b64b3ab834a39af8c7e5"
"gitHead": "5899622c5ffc640001da7261d7c06a1223064ccc"
}

@@ -7,2 +7,6 @@ export { default as measureAggregateArea } from './measureAggregateArea'

export { default as measureBoundingBox } from './measureBoundingBox'
export { default as measureBoundingSphere } from './measureBoundingSphere'
export { default as measureCenter } from './measureCenter'
export { default as measureCenterOfMass } from './measureCenterOfMass'
export { default as measureDimensions } from './measureDimensions'
export { default as measureEpsilon } from './measureEpsilon'

@@ -9,0 +13,0 @@ export { default as measureVolume } from './measureVolume'

@@ -13,4 +13,5 @@ /**

extrudeRotate: require('./extrudeRotate'),
extrudeHelical: require('./extrudeHelical'),
project: require('./project'),
slice: require('./slice')
}

@@ -15,3 +15,3 @@ const geom3 = require('../geometries/geom3')

* @example
* let myshape = cuboid(size: [5, 10, 5]})
* let myshape = cuboid({size: [5, 10, 5]})
*/

@@ -18,0 +18,0 @@ const cuboid = (options) => {

/**
* Insert the given element into the give array using the compareFunction.
* Insert the given element into the given array using the compareFunction.
* @alias module:modeling/utils.insertSorted

@@ -4,0 +4,0 @@ */

Sorry, the diff of this file is too big to display

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