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

three-stdlib

Package Overview
Dependencies
Maintainers
2
Versions
237
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

three-stdlib - npm Package Compare versions

Comparing version 0.0.12 to 0.0.13

4

loaders/TTFLoader.cjs.js

@@ -6,3 +6,3 @@ 'use strict';

var THREE = require('three');
var opentype = require('opentype');
var opentype_js = require('opentype.js');

@@ -152,3 +152,3 @@ /**

return convert(opentype.parse(arraybuffer), this.reversed); // eslint-disable-line no-undef
return convert(opentype_js.parse(arraybuffer), this.reversed); // eslint-disable-line no-undef
}

@@ -155,0 +155,0 @@ });

import { Loader, FileLoader } from 'three';
import { parse } from 'opentype';
import { parse } from 'opentype.js';

@@ -4,0 +4,0 @@ /**

{
"name": "three-stdlib",
"version": "0.0.12",
"version": "0.0.13",
"private": false,

@@ -5,0 +5,0 @@ "description": "",

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