Socket
Socket
Sign inDemoInstall

place-box

Package Overview
Dependencies
0
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.1.0

dist/placebox.cjs.development.js

4

dist/index.js

@@ -5,5 +5,5 @@

if (process.env.NODE_ENV === 'production') {
module.exports = require('./place-box.cjs.production.min.js')
module.exports = require('./placebox.cjs.production.min.js')
} else {
module.exports = require('./place-box.cjs.development.js')
module.exports = require('./placebox.cjs.development.js')
}
{
"name": "place-box",
"version": "1.0.0",
"version": "1.1.0",
"description": "Places a box within a boundary using a set of coordinates",

@@ -28,3 +28,3 @@ "keywords": [

"dev": "tsdx watch",
"dist": "trash dist && npm run prettier-production && npm run test && tsdx build",
"dist": "trash dist && npm run prettier-production && npm run test && tsdx build --format esm,cjs,umd --name placeBox",
"test": "trash coverage && tsdx test --coverage",

@@ -56,2 +56,3 @@ "test-watch": "tsdx test --watchAll",

"pretty-quick": "^1.11.1",
"trash-cli": "^3.0.0",
"tsdx": "^0.9.0",

@@ -58,0 +59,0 @@ "tslib": "^1.10.0",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc