Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

cffsubr

Package Overview
Dependencies
Maintainers
5
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cffsubr - npm Package Compare versions

Comparing version
0.2.8
to
0.2.9
+15
NOTICE
cffsubr
Copyright 2020 Adobe. All rights reserved.
-----
The following font subsets:
tests/data/SourceSansPro-Regular.subset.ttx
tests/data/SourceSansVariable-Regular.subset.ttx
are derived from Source Sans Pro, licensed under SIL OFL 1.1
Copyright 2010-2018 Adobe (http://www.adobe.com/), with Reserved Font Name 'Source'. All Rights Reserved.
Source is a trademark of Adobe in the United States and/or other countries.
[console_scripts]
cffsubr = cffsubr.__main__:main
+1
-1
Metadata-Version: 2.1
Name: cffsubr
Version: 0.2.8
Version: 0.2.9
Summary: Standalone CFF subroutinizer based on the AFDKO tx tool

@@ -5,0 +5,0 @@ Home-page: https://github.com/adobe-type-tools/cffsubr

@@ -138,2 +138,3 @@ from __future__ import print_function, absolute_import

packages=find_packages("src"),
entry_points={"console_scripts": ["cffsubr = cffsubr.__main__:main"]},
ext_modules=[tx],

@@ -140,0 +141,0 @@ zip_safe=False,

Metadata-Version: 2.1
Name: cffsubr
Version: 0.2.8
Version: 0.2.9
Summary: Standalone CFF subroutinizer based on the AFDKO tx tool

@@ -5,0 +5,0 @@ Home-page: https://github.com/adobe-type-tools/cffsubr

# coding: utf-8
# file generated by setuptools_scm
# don't change, don't track in version control
version = '0.2.8'
version_tuple = (0, 2, 8)
version = '0.2.9'
version_tuple = (0, 2, 9)

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