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

three-csg-ts

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

three-csg-ts - npm Package Compare versions

Comparing version 2.2.2 to 2.3.0

lib/cjs/index.d.ts

12

CHANGELOG.md

@@ -5,2 +5,14 @@ # Changelog

## [2.3.0](https://github.com/Jiro-Digital/three-csg-ts/compare/v2.2.2...v2.3.0) (2021-05-14)
### Features
* add esm build ([7f797a3](https://github.com/Jiro-Digital/three-csg-ts/commit/7f797a30adf2a20c27b6997ada558e19bc5752ce))
### Bug Fixes
* upgrade dependencies ([6d1bf6e](https://github.com/Jiro-Digital/three-csg-ts/commit/6d1bf6efba9537de4ec33b02117981d3c4d70672))
### [2.2.2](https://github.com/Jiro-Digital/three-csg-ts/compare/v2.2.1...v2.2.2) (2021-02-04)

@@ -7,0 +19,0 @@

34

package.json
{
"name": "three-csg-ts",
"version": "2.2.2",
"version": "2.3.0",
"description": "CSG library for use with THREE.js",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
"scripts": {
"test": "jest --config jestconfig.json",
"build": "tsc",
"clean": "rimraf lib",
"build": "npm run clean && mkdir lib && tsc -p tsconfig.json && tsc -p tsconfig-cjs.json",
"lint": "eslint .",

@@ -34,18 +35,19 @@ "prepare": "npm run build",

"devDependencies": {
"@types/jest": "^26.0.20",
"@types/node": "^14.14.22",
"@typescript-eslint/eslint-plugin": "^4.14.1",
"@typescript-eslint/parser": "^4.14.1",
"eslint": "^7.18.0",
"@types/jest": "^26.0.23",
"@types/node": "^14.14.45",
"@typescript-eslint/eslint-plugin": "^4.23.0",
"@typescript-eslint/parser": "^4.23.0",
"eslint": "^7.26.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-jest": "^24.1.3",
"eslint-plugin-jest": "^24.3.6",
"husky": "^4.3.8",
"jest": "^26.6.3",
"lint-staged": "^10.5.3",
"prettier": "^2.2.1",
"prettier-plugin-organize-imports": "^1.1.1",
"standard-version": "^9.1.0",
"lint-staged": "^10.5.4",
"prettier": "^2.3.0",
"prettier-plugin-organize-imports": "^2.0.0",
"rimraf": "^3.0.2",
"standard-version": "^9.3.0",
"three": "^0.124.0",
"ts-jest": "^26.4.4",
"typescript": "^4.1.3"
"ts-jest": "^26.5.6",
"typescript": "^4.2.4"
},

@@ -52,0 +54,0 @@ "peerDependencies": {

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