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

webvr-polyfill

Package Overview
Dependencies
Maintainers
3
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webvr-polyfill - npm Package Compare versions

Comparing version 0.9.33 to 0.9.34

9

CONTRIBUTING.md

@@ -17,6 +17,9 @@ # Building

Once changes are made, a new version can be published to the index using the
`npm run publish` command for `patch` updates. For major or minor changes,
execute `node scripts/publish.js RELEASE` directly.
Once changes are made, a new version can be built, committed in git with tags,
and published to npm via:
`$ node scripts/publish.js RELEASE`
Where `RELEASE` defaults to `patch`, but other [release types from semver](https://www.npmjs.com/package/semver#functions) can be used, like `major` and `minor`.
[webpack]: https://webpack.js.org
{
"name": "webvr-polyfill",
"version": "0.9.33",
"version": "0.9.34",
"homepage": "https://github.com/googlevr/webvr-polyfill",

@@ -29,3 +29,2 @@ "authors": [

"build": "webpack",
"publish": "node scripts/publish.js",
"test": "mocha"

@@ -32,0 +31,0 @@ },

@@ -30,3 +30,3 @@ const fs = require('fs');

console.log('Publishing to npm...');
// execSync(`npm publish`);
execSync(`npm publish`);

@@ -33,0 +33,0 @@ // This is separate incase working from a fork, since we'll need

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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