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

collider2d

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

collider2d - npm Package Versions

1.1.1

Diff

Changelog

Source

1.1.1 / 2021-02-20

  • [MISC] Updated dependencies to their latest versions.
robertcorponoi
published 1.1.0 •

Changelog

Source

1.1.0 / 2020-09-30

  • [FEATURE] Added genericPoints Array to Polygon which is an Array of all of the points in the Polygon as just numbers instead of Vectors. This is useful for creating triangles from Polygons.
robertcorponoi
published 1.0.0 •

Changelog

Source

1.0.0 / 2020-09-28

  • [FEATURE] Made the Vector, Box, Circle, and Polygon classes into their own individual exports instead of having to be created through the Collider2d class.
  • [FEATURE] Removed the reference to Box in Polygon to clear up a circular dependency.
  • [DOCS] Updated documentation to reflect new API.
  • [TEST] Updated tests to match new API.
  • [MISC] Removed unnecessary types.
  • [MISC] Started renaming filse to use underscores to follow JavaScript guidelines.
  • [MISC] Updated dev-dependencies to their latest versions and fixed all security vulnerabilities.
  • [MISC] Updated npm scripts to remove existing files before building/bundling to avoid issues with old code.
  • [MISC] Renamed lib directory to build to be consistent with other projects.
robertcorponoi
published 0.2.1 •

Changelog

Source

0.2.1 / 2020-04-16

  • [MISC] Updated out-of-date dependencies to their latest versions which also fixed all possible fixed security vulnerabilities.
robertcorponoi
published 0.2.0 •

Changelog

Source

0.2.0 / 2020-02-18

  • [FEATURE] Added translate to circle to easily modify the position like the polygon version.
  • [TEST] Added testing for circle and polygon translations.
robertcorponoi
published 0.1.1 •

Changelog

Source

0.1.1 / 2020-02-18

  • [MISC] Replaced rollup-plugin-commonjs and rollup-plugin-node-resolve with @rollup/plugin-commonjs and @rollup/plugin-node-resolve.
  • [MISC] Updated dependencies to their latest versions.
  • [MISC] Changed CHANGELOG format.
robertcorponoi
published 0.1.0 •

Changelog

Source

0.1.0 / 2020-01-16

  • Initial commit
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