Socket
Socket
Sign inDemoInstall

pit-js

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pit-js - npm Package Compare versions

Comparing version 2.2.0 to 2.2.1

2

examples/build/PIT.js
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
class Vector2

@@ -6,0 +4,0 @@ {

17

package.json
{
"name": "pit-js",
"version": "2.2.0",
"version": "2.2.1",
"description": "Pollable Input",

@@ -20,4 +20,4 @@ "module": "examples/build/PIT.module.js",

"config-hooks": "git config core.hooksPath git_hooks",
"create-tag": "cross-var git tag -a \"v$npm_package_version\" -m \"Release Version $npm_package_version\" && cross-var git push origin \"v$npm_package_version\"",
"update-version": "cross-var echo \"v$npm_package_version\" > .version",
"create-tag": "git tag -a \"v$npm_package_version\" -m \"Release Version $npm_package_version\" && git push origin \"v$npm_package_version\"",
"update-version": "echo \"v$npm_package_version\" > .version",
"fix-syntax": "standardx --fix || echo 'Done'",

@@ -51,3 +51,3 @@ "generate-types": "npx -p typescript tsc src/components/sdf_text/SDFTextBatch.js --declaration --allowJs --emitDeclarationOnly --outDir types",

"/examples/**/*",
"rollup.config.js"
"rollup.config.mjs"
]

@@ -59,9 +59,8 @@ },

"devDependencies": {
"cross-var": "^1.1.0",
"rollup": "^2.44.0",
"rollup-plugin-sourcemaps": "^0.6.3",
"rollup-plugin-terser": "^7.0.2",
"@rollup/plugin-terser": "^0.4.4",
"rollup": "4.1.4",
"rollup-plugin-glslify": "^1.3.1",
"standardx": "^7.0.0",
"typescript": "^4.4.3"
"typescript": "4.4.4"
}
}

Sorry, the diff of this file is not supported yet

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