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

pit-js

Package Overview
Dependencies
Maintainers
1
Versions
42
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 1.8.4 to 1.8.5

11

package.json
{
"name": "pit-js",
"version": "1.8.4",
"version": "1.8.5",
"description": "Pollable Input",

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

"build": "rollup -c",
"preinstall": "yarn config-hooks",
"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\"",

@@ -44,3 +46,8 @@ "update-version": "cross-var echo \"v$npm_package_version\" > .version",

"author": "OHZI Interactive",
"license": "MIT"
"license": "MIT",
"standardx": {
"ignore": [
"/examples/**/*"
]
}
}
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