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

duml-packet

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

duml-packet - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

dist/bundle.js

23

package.json
{
"name": "duml-packet",
"version": "1.0.8",
"version": "1.0.9",
"description": "For use when parsing and modifying DUML packets for DJI drones",
"exports": "./dist/packet.js",
"exports": "./dist/bundle.js",
"bin": {

@@ -10,9 +10,7 @@ "dumlpacket": "./dist/cli.js"

"type": "module",
"types": "./dist/types.d.ts",
"types": "./dist/index.d.ts",
"scripts": {
"arkit": "npx arkit -o docs/arkit.svg",
"build": "tsc -p . && rollup -c rollup.config.js",
"lint": "eslint . --ext .ts",
"prettier-format": "prettier --config .prettierrc package.json tsconfig.json ./src/**/*.ts --write",
"prepare": "tsc",
"prepare:defs": "tsc --declaration --outDir dist/ --emitDeclarationOnly",
"prettier-format": "prettier --config .prettierrc .mocharc.json rollup.config.js package.json tsconfig.json ./src/**/*.ts --write",
"cli": "ts-node dist/cli.js",

@@ -23,3 +21,3 @@ "test": "mocha",

"package": "pkg . --output dumlpacket",
"prepublishOnly": "npm run prepare && npm run prepare:defs",
"prepublishOnly": "npm run build",
"postpublish": "rm -r dist"

@@ -30,2 +28,7 @@ },

},
"files": [
"./dist/index.d.ts",
"./dist/bundle.js",
"./dist/bundle.js.map"
],
"repository": {

@@ -47,2 +50,3 @@ "type": "git",

"devDependencies": {
"@rollup/plugin-typescript": "^11.1.6",
"@types/chai": "^4.3.4",

@@ -52,3 +56,2 @@ "@types/mocha": "^10.0.1",

"@typescript-eslint/eslint-plugin": "^6.9.0",
"arkit": "^1.6.4",
"c8": "^9.1.0",

@@ -62,2 +65,4 @@ "chai": "^5.0.0",

"prettier": "^3.0.3",
"rollup": "^4.9.6",
"rollup-plugin-dts": "^6.1.0",
"source-map-support": "^0.5.21",

@@ -64,0 +69,0 @@ "ts-node": "^10.9.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