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 Compare versions

Comparing version 0.2.0 to 0.2.1

3

CHANGELOG.md

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

## 0.2.1 / 2020-04-16
- [MISC] Updated out-of-date dependencies to their latest versions which also fixed all possible fixed security vulnerabilities.
## 0.2.0 / 2020-02-18

@@ -2,0 +5,0 @@ - [FEATURE] Added `translate` to circle to easily modify the position like the polygon version.

@@ -0,0 +0,0 @@ function _classCallCheck(instance, Constructor) {

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

22

package.json
{
"name": "collider2d",
"version": "0.2.0",
"version": "0.2.1",
"description": "A 2D collision checker for modern games.",

@@ -38,16 +38,16 @@ "main": "index.js",

"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.4",
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-numeric-separator": "^7.8.3",
"@babel/plugin-proposal-object-rest-spread": "^7.8.3",
"@babel/preset-env": "^7.8.4",
"@babel/preset-typescript": "^7.8.3",
"@rollup/plugin-commonjs": "^11.0.2",
"@rollup/plugin-node-resolve": "^7.1.1",
"@babel/plugin-proposal-object-rest-spread": "^7.9.5",
"@babel/preset-env": "^7.9.5",
"@babel/preset-typescript": "^7.9.0",
"@rollup/plugin-commonjs": "^11.1.0",
"@rollup/plugin-node-resolve": "^7.1.3",
"chai": "^4.2.0",
"mocha": "^7.0.1",
"rollup": "^1.31.1",
"rollup-plugin-babel": "^4.3.3",
"typescript": "^3.7.5"
"mocha": "^7.1.1",
"rollup": "^2.6.1",
"rollup-plugin-babel": "^4.4.0",
"typescript": "^3.8.3"
}
}

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