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

@zappar/zappar-threejs

Package Overview
Dependencies
Maintainers
10
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zappar/zappar-threejs - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

5

CHANGELOG.md
# Changelog
## [2.0.4] - 2022-09-30
- Bumped `three` support to `r145`
- Pinned dependency versions.
## [2.0.3] - 2022-09-13

@@ -4,0 +9,0 @@

2

lib/version.d.ts
/**
* SDK version.
*/
export declare const VERSION = "2.0.3";
export declare const VERSION = "2.0.4";

@@ -7,2 +7,2 @@ "use strict";

*/
exports.VERSION = "2.0.3";
exports.VERSION = "2.0.4";
{
"name": "@zappar/zappar-threejs",
"version": "2.0.3",
"version": "2.0.4",
"description": "ThreeJS wrappers for Zappar's computer vision library",

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

"@types/node": "17.0.16",
"@types/three": "^0.144.0",
"@types/three": "0.144.0",
"@typescript-eslint/eslint-plugin": "5.11.0",

@@ -66,3 +66,3 @@ "@typescript-eslint/parser": "5.11.0",

"puppeteer": "13.2.0",
"three": "^0.144.0",
"three": "0.145.0",
"ts-jest": "27.1.3",

@@ -77,6 +77,6 @@ "ts-loader": "9.2.6",

"webpack-dev-server": "4.7.4",
"worker-loader": "^3.0.8"
"worker-loader": "3.0.8"
},
"peerDependencies": {
"three": "0.118.0 - 0.144.0"
"three": "0.118.0 - 0.145.0"
},

@@ -83,0 +83,0 @@ "dependencies": {

@@ -71,3 +71,3 @@ # Zappar for ThreeJS

<!-- Added by: zapparadmin, at: Tue Sep 13 13:34:12 BST 2022 -->
<!-- Added by: zapparadmin, at: Fri Sep 30 16:55:22 BST 2022 -->

@@ -103,3 +103,3 @@ <!--te-->

Download the bundle from:
<https://libs.zappar.com/zappar-threejs/2.0.3/zappar-threejs.zip>
<https://libs.zappar.com/zappar-threejs/2.0.4/zappar-threejs.zip>

@@ -117,3 +117,3 @@ Unzip into your web project and reference from your HTML like this:

```html
<script src="https://libs.zappar.com/zappar-threejs/2.0.3/zappar-threejs.js"></script>
<script src="https://libs.zappar.com/zappar-threejs/2.0.4/zappar-threejs.js"></script>
```

@@ -120,0 +120,0 @@

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