Huge News!Announcing our $40M Series B led by Abstract Ventures.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.2.0 to 1.2.1

4

package.json
{
"name": "p2-es",
"version": "1.2.0",
"version": "1.2.1",
"license": "MIT",

@@ -67,3 +67,3 @@ "description": "A JavaScript 2D physics engine.",

"rimraf": "^3.0.2",
"rollup": "^3.28.1",
"rollup": "^3.29.4",
"rollup-plugin-filesize": "^9.1.1",

@@ -70,0 +70,0 @@ "ts-jest": "^29.1.1",

@@ -139,5 +139,12 @@ # p2-es

yarn && yarn build
# install deps
yarn
# build p2-es
(cd packages/p2-es && yarn build)
# build the website
yarn build
npx http-server apps/p2-es-website/dist
```

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