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

@turbox3d/shared

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@turbox3d/shared - npm Package Compare versions

Comparing version 1.1.9 to 1.1.10

25

package.json
{
"name": "@turbox3d/shared",
"version": "1.1.9",
"version": "1.1.10",
"description": "turbox shared internal utility",

@@ -30,10 +30,4 @@ "main": "./lib/index.js",

"@babel/runtime": "^7.23.5",
"@types/jest": "^24.9.1",
"@types/node": "~16.18.68",
"cross-env": "^6.0.3",
"jest": "^24.9.0",
"ts-jest": "^24.3.0",
"typescript": "4.6.4",
"webpack": "4.42.1",
"webpack-cli": "~3.3.12"
"@types/node": "~20.10.4",
"typescript": "4.6.4"
},

@@ -54,10 +48,11 @@ "files": [

"test:watch": "npm run test -- --watchAll",
"build:ts": "rm -rf ts && tsc -target es2018 -declarationDir ./typings -outDir ./ts",
"build:es": "rm -rf es && npm run build:ts && npx babel ts --out-dir ./es",
"build:lib": "rm -rf lib && npm run build:ts && cross-env BABEL_ENV=commonjs npx babel ts --out-dir lib",
"build:watch": "tsc -w -target es2018 -declarationDir ./typings -outDir ./ts & npx babel ts -w --out-dir es",
"build:umd": "npx webpack --mode='development' -o dist/turbox-shared.js",
"build:umd:min": "npx webpack --mode='production' -o dist/turbox-shared.min.js",
"build:dts": "cross-env GEN_ENV=dts npx ../../gen.js",
"build:ts": "rm -rf ts && tsc && npm run build:dts && copyfiles -u 1 src/**/*.less ./ts",
"build:es": "rm -rf es && npm run build:ts && npx babel ts --out-dir ./es && copyfiles -u 1 src/**/*.less ./es",
"build:lib": "rm -rf lib && npm run build:ts && cross-env BABEL_ENV=commonjs npx babel ts --out-dir lib && copyfiles -u 1 src/**/*.less ./lib",
"build:watch": "tsc -w & npx babel ts -w --out-dir es & copyfiles -u 1 src/**/*.less ./es",
"build:umd": "npx webpack --node-env=development --mode=development",
"build:umd:min": "npx webpack --node-env=production --mode=production",
"build:all": "npm run build:es && npm run build:lib && npm run build:umd && npm run build:umd:min"
}
}
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