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

@thi.ng/geom-api

Package Overview
Dependencies
Maintainers
1
Versions
236
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thi.ng/geom-api - npm Package Compare versions

Comparing version 1.0.16 to 1.0.17

8

CHANGELOG.md

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

## [1.0.17](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-api@1.0.16...@thi.ng/geom-api@1.0.17) (2020-05-14)
**Note:** Version bump only for package @thi.ng/geom-api
## [1.0.16](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-api@1.0.15...@thi.ng/geom-api@1.0.16) (2020-05-03)

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

4

index.js

@@ -0,2 +1,4 @@

export * from "./accel";
export * from "./convex";
export * from "./cubic";
export * from "./isec";

@@ -6,1 +8,3 @@ export * from "./path";

export * from "./shape";
export * from "./subdiv";
export * from "./tessel";

18

package.json
{
"name": "@thi.ng/geom-api",
"version": "1.0.16",
"version": "1.0.17",
"description": "Shared type & interface declarations for @thi.ng/geom packages",

@@ -36,15 +36,15 @@ "module": "./index.js",

"@istanbuljs/nyc-config-typescript": "^1.0.1",
"@microsoft/api-extractor": "^7.7.13",
"@microsoft/api-extractor": "^7.8.0",
"@types/mocha": "^7.0.2",
"@types/node": "^13.13.4",
"@types/node": "^14.0.1",
"mocha": "^7.1.2",
"nyc": "^15.0.1",
"ts-node": "^8.9.1",
"ts-node": "^8.10.1",
"typedoc": "^0.17.6",
"typescript": "^3.8.3"
"typescript": "^3.9.2"
},
"dependencies": {
"@thi.ng/api": "^6.10.4",
"@thi.ng/vectors": "^4.3.4",
"tslib": "^1.11.1"
"@thi.ng/api": "^6.10.5",
"@thi.ng/vectors": "^4.4.0",
"tslib": "^1.12.0"
},

@@ -70,3 +70,3 @@ "files": [

},
"gitHead": "c11f130122cbaa05b8d48d394c3a164e238c8078"
"gitHead": "97c301379d830c1982c364cfbec8766ff14f73f5"
}
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