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

3d-rotation

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

3d-rotation - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

LICENSE

52

package.json

@@ -1,1 +0,51 @@

{"name": "3d-rotation", "version": "0.0.0", "description": "", "main": "index.js", "scripts": {}, "license": "MIT"}
{
"name": "3d-rotation",
"version": "0.0.1",
"description": "A testing project to calculate Euler rotations",
"main": "src/index.js",
"scripts": {
"test": "NODE_DEBUG=3d-rotation nyc ava --timeout=10s --verbose",
"test:dev": "NODE_DEBUG=3d-rotation nyc ava --timeout=10s --verbose && npm run report:dev",
"lint": "eslint .",
"fix": "eslint . --fix",
"posttest": "npm run report",
"report": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
"report:dev": "nyc report --reporter=html && npm run report:open",
"report:open": "open coverage/index.html"
},
"files": [
"src/"
],
"repository": {
"type": "git",
"url": "git://github.com/kaelzhang/3d-rotation.git"
},
"keywords": [
"3d rotation",
"Euler rotation",
"rotation matrix",
"extrinsic rotation",
"intrinsic rotation"
],
"engines": {
"node": ">= 6"
},
"ava": {
"files": [
"test/*.test.js"
]
},
"author": "kaelzhang",
"license": "MIT",
"bugs": {
"url": "https://github.com/kaelzhang/3d-rotation/issues"
},
"devDependencies": {
"@ostai/eslint-config": "^3.5.0",
"ava": "^3.7.0",
"codecov": "^3.6.5",
"eslint": "^6.8.0",
"eslint-plugin-import": "^2.20.2",
"nyc": "^15.0.1"
}
}
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