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

pixil

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pixil - npm Package Compare versions

Comparing version 0.0.12 to 0.0.13

lib/App.d.ts

10

package.json
{
"name": "pixil",
"version": "0.0.12",
"version": "0.0.13",
"description": "Wrapper engine for pixi js",

@@ -12,3 +12,9 @@ "main": "lib/index.js",

"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"docs": "typedoc --options typedoc.json"
"lint": "tslint -p tsconfig.json",
"docs": "typedoc --options typedoc.json",
"prepare": "npm run build",
"prepublishOnly": "npm test && npm run lint",
"preversion": "npm run lint",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags"
},

@@ -15,0 +21,0 @@ "repository": {

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