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

p2-es

Package Overview
Dependencies
Maintainers
3
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

p2-es - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

8

CHANGELOG.md
# `p2-es` Changelog
## 1.1.4
### Patch Changes
- 69ebd1e: Remove readonly jsdoc annotations, remove readonly from Shape id
## 1.1.3

@@ -7,3 +13,3 @@

- cfa6eea: Remove readonly from Material and ContactMaterial
- cfa6eea: Remove readonly from Material and ContactMaterial ids

@@ -10,0 +16,0 @@ ## 1.1.2

2

dist/p2-es.d.ts

@@ -78,3 +78,3 @@ declare module "types/index" {

type: typeof Shape.CIRCLE | typeof Shape.PARTICLE | typeof Shape.PLANE | typeof Shape.CONVEX | typeof Shape.LINE | typeof Shape.BOX | typeof Shape.CAPSULE | typeof Shape.HEIGHTFIELD;
readonly id: number;
id: number;
boundingRadius: number;

@@ -81,0 +81,0 @@ collisionGroup: number;

{
"name": "p2-es",
"version": "1.1.3",
"version": "1.1.4",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "A JavaScript 2D physics engine.",

@@ -30,3 +30,3 @@ # p2-es

// import a specific version
import * as p2 from 'https://www.unpkg.com/browse/p2-es@1.1.3/dist/p2-es.js';
import * as p2 from 'https://www.unpkg.com/browse/p2-es@1.1.4/dist/p2-es.js';

@@ -33,0 +33,0 @@ // or import latest

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

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