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

bmp-ts

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

bmp-ts - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

dist/commonjs/decoder.d.ts

94

package.json
{
"name": "bmp-ts",
"version": "1.0.4",
"version": "1.0.5",
"description": "A pure typescript BMP encoder and decoder",
"main": "dist/index.js",
"exports": "./dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",

@@ -22,22 +19,13 @@ "repository": {

"scripts": {
"build": "tsc",
"lint": "tslint -p . --format stylish",
"test": "jest",
"build": "tshy",
"test": "vitest",
"release": "auto shipit"
},
"dependencies": {
"@types/node": "^10.11.7"
},
"devDependencies": {
"@types/jest": "^23.3.5",
"auto": "^10.46.0",
"husky": "^1.1.2",
"jest": "^23.6.0",
"lint-staged": "^7.3.0",
"prettier": "^1.14.3",
"ts-jest": "^23.10.4",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.15.0",
"tslint-xo": "^0.9.0",
"typescript": "^3.1.3"
"@types/node": "^10.11.7",
"auto": "^11.1.2",
"prettier": "^3.2.5",
"tshy": "^1.12.0",
"typescript": "^5.4.3",
"vitest": "^1.4.0"
},

@@ -47,13 +35,2 @@ "prettier": {

},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{js,json,css,md}": [
"prettier --write",
"git add"
]
},
"keywords": [

@@ -73,34 +50,27 @@ "bmp",

],
"jest": {
"collectCoverage": true,
"coverageDirectory": "./coverage",
"coverageReporters": [
"json",
"lcov",
"text",
"html"
"tshy": {
"exclude": [
"**/__test__/**"
],
"transform": {
"^.+\\.(ts|tsx)$": "ts-jest"
},
"testMatch": [
"**/*.test.+(ts|tsx|js)"
],
"globals": {
"test-jest": {
"tsConfig": "tsconfig.json"
"exports": {
"./package.json": "./package.json",
".": "./src/index.ts"
}
},
"exports": {
"./package.json": "./package.json",
".": {
"import": {
"types": "./dist/esm/index.d.ts",
"default": "./dist/esm/index.js"
},
"require": {
"types": "./dist/commonjs/index.d.ts",
"default": "./dist/commonjs/index.js"
}
},
"moduleFileExtensions": [
"ts",
"js"
],
"collectCoverageFrom": [
"**/*.{ts,tsx}",
"!**/*.d.ts",
"!**/dist/**",
"!**/node_modules/**",
"!**/vendor/**"
]
}
}
},
"main": "./dist/commonjs/index.js",
"types": "./dist/commonjs/index.d.ts",
"type": "module"
}

@@ -64,3 +64,3 @@ <div align="center">

width, // Number
height // Number
height, // Number
};

@@ -126,4 +126,4 @@

{ red: 0, green: 0, blue: 255, quad: 0 },
{ red: 0, green: 0, blue: 0, quad: 0 }
]
{ red: 0, green: 0, blue: 0, quad: 0 },
],
});

@@ -130,0 +130,0 @@

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