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

skinview-utils

Package Overview
Dependencies
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

skinview-utils - npm Package Compare versions

Comparing version 0.2.1 to 0.3.0

build/index.d.ts

47

package.json
{
"name": "skinview-utils",
"version": "0.2.1",
"version": "0.3.0",
"description": "Utilities for working with Minecraft skins",
"type": "module",
"main": "index.js",
"main": "build/index.js",
"scripts": {
"build": "tsc -p .",
"lint": "eslint . --ext .ts",
"test": "npm run lint && karma start",
"prepublishOnly": "npm run build"
"build": "tsc --declaration --outDir build --sourceMap -p .",
"lint": "eslint --ext .ts src",
"test": "npm run lint && karma start karma.conf.cjs",
"prepublishOnly": "rimraf build && npm run build"
},
"devDependencies": {
"@types/chai": "^4.1.4",
"@types/mocha": "^5.2.5",
"@typescript-eslint/eslint-plugin": "^2.17.0",
"@typescript-eslint/parser": "^2.17.0",
"@rollup/plugin-commonjs": "^12.0.0",
"@rollup/plugin-image": "^2.0.5",
"@rollup/plugin-node-resolve": "^8.0.0",
"@rollup/plugin-typescript": "^4.1.2",
"@types/chai": "^4.2.11",
"@types/mocha": "^7.0.2",
"@typescript-eslint/eslint-plugin": "^3.0.0",
"@typescript-eslint/parser": "^3.0.0",
"chai": "^4.2.0",
"eslint": "^6.8.0",
"karma": "^4.4.1",
"eslint": "^7.1.0",
"karma": "^5.0.9",
"karma-chrome-launcher": "^3.1.0",
"karma-mocha": "^1.3.0",
"karma-webpack": "^4.0.2",
"mocha": "^7.0.0",
"puppeteer": "^2.0.0",
"ts-loader": "^6.2.1",
"typescript": "^3.7.5",
"url-loader": "^3.0.0",
"webpack": "^4.41.4"
"karma-mocha": "^2.0.1",
"karma-rollup-preprocessor": "^7.0.5",
"mocha": "^7.2.0",
"puppeteer": "^3.1.0",
"rimraf": "^3.0.2",
"rollup": "^2.10.9",
"typescript": "^3.9.3"
},
"files": [
"index.d.ts",
"index.js",
"index.js.map"
"build"
],

@@ -36,0 +37,0 @@ "license": "MIT",

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