You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

physijs-webpack

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

physijs-webpack - npm Package Compare versions

Comparing version

to
0.1.3

CHANGELOG.md

50

package.json
{
"name": "physijs-webpack",
"version": "0.1.2",
"version": "0.1.3",
"description": "PhysiJS port for bundlers with out-of-the-box support for Webpack and Browserify",

@@ -14,15 +14,12 @@ "main": "webpack.js",

],
"scripts": {
"test": "npm run test:browserify",
"test:browserify": "npm run browserify && ava browserify.spec.js",
"browserify": "browserify test-utils/browserify/_export-to-window.js > build/browserify.bundle.js"
"author": "Anton Gilgur",
"license": "Apache-2.0",
"homepage": "https://github.com/agilgur5/physijs-webpack",
"repository": {
"type": "git",
"url": "git@github.com:agilgur5/physijs-webpack.git"
},
"ava": {
"require": [
"./test-utils/_setup-browser-env.js"
]
"bugs": {
"url": "https://github.com/agilgur5/physijs-webpack/issues"
},
"peerDependencies": {
"three": "^0.73.0"
},
"keywords": [

@@ -43,13 +40,21 @@ "physijs",

],
"repository": {
"type": "git",
"url": "git@github.com:agilgur5/physijs-webpack.git"
"scripts": {
"changelog": "changelog-maker",
"test": "npm run clean && npm run browserify && npm run webpack && ava",
"test:browserify": "npm run browserify && ava browserify.spec.js",
"test:webpack": "npm run webpack && ava webpack.spec.js",
"browserify": "browserify test-utils/browserify/_export-to-window.js > build/browserify.bundle.js",
"webpack": "webpack test-utils/webpack/_export-to-window.js -o build/webpack.bundle.js --mode='development'",
"clean": "rm -rf build/ && mkdir build/"
},
"homepage": "https://github.com/agilgur5/physijs-webpack",
"bugs": {
"url": "https://github.com/agilgur5/physijs-webpack/issues"
"ava": {
"require": [
"./test-utils/_setup-browser-env.js"
]
},
"author": "agilgur5",
"license": "MIT",
"peerDependencies": {
"three": "^0.73.0"
},
"devDependencies": {
"@agilgur5/changelog-maker": "^3.0.0",
"@react-frontend-developer/jsdom-worker": "^0.1.1",

@@ -61,4 +66,7 @@ "ava": "^2.1.0",

"three": "^0.73.2",
"webworkify": "^1.5.0"
"webpack": "^4.34.0",
"webpack-cli": "^3.3.4",
"webworkify": "^1.5.0",
"worker-loader": "^2.0.0"
}
}
# PhysiJS port for bundlers
<!-- releases / versioning -->
[![package-json](https://img.shields.io/github/package-json/v/agilgur5/physijs-webpack.svg)](https://npmjs.org/package/physijs-webpack)
[![releases](https://img.shields.io/github/release/agilgur5/physijs-webpack.svg)](https://github.com/agilgur5/physijs-webpack/releases)
[![commits](https://img.shields.io/github/commits-since/agilgur5/physijs-webpack/latest.svg)](https://github.com/agilgur5/physijs-webpack/commits/master)
<br><!-- downloads -->
[![dt](https://img.shields.io/npm/dt/physijs-webpack.svg)](https://npmjs.org/package/physijs-webpack)

@@ -11,3 +12,5 @@ [![dy](https://img.shields.io/npm/dy/physijs-webpack.svg)](https://npmjs.org/package/physijs-webpack)

[![dw](https://img.shields.io/npm/dw/physijs-webpack.svg)](https://npmjs.org/package/physijs-webpack)
<br><!-- status / activity -->
[![build status](https://img.shields.io/travis/agilgur5/physijs-webpack.svg)](https://travis-ci.org/agilgur5/physijs-webpack)
<br>
[![NPM](https://nodei.co/npm/physijs-webpack.png?downloads=true&downloadRank=true&stars=true)](https://npmjs.org/package/physijs-webpack)

@@ -14,0 +17,0 @@