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

org.apache.xmlgraphics:batik-squiggle

Package Overview
Dependencies
Maintainers
0
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

org.apache.xmlgraphics:batik-squiggle - npm Package Compare versions

Comparing version
1.12
to
1.13
batik-squiggle-1.13.pom

Sorry, the diff of this file is not supported yet

+2
-2

@@ -1,4 +0,4 @@

#Created by Apache Maven 3.3.9
version=1.12
#Created by Apache Maven 3.6.0
version=1.13
groupId=org.apache.xmlgraphics
artifactId=batik-squiggle

@@ -34,3 +34,3 @@ <?xml version="1.0"?>

<artifactId>batik</artifactId>
<version>1.12</version>
<version>1.13</version>
</parent>

@@ -41,2 +41,7 @@

<groupId>${project.groupId}</groupId>
<artifactId>batik-shared-resources</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>batik-svgbrowser</artifactId>

@@ -62,18 +67,24 @@ <version>${project.version}</version>

</plugin>
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<version>${dependency.version}</version><!--$NO-MVN-MAN-VER$-->
<executions>
<execution>
<id>unpack-shared-resources</id>
<phase>prepare-package</phase>
<goals>
<goal>unpack-dependencies</goal>
</goals>
<configuration>
<includeGroupIds>${project.groupId}</includeGroupIds>
<includeArtifactIds>batik-shared-resources</includeArtifactIds>
<includes>**/LICENSE,**/NOTICE</includes>
<outputDirectory>${project.build.outputDirectory}</outputDirectory>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
<resources>
<resource>
<directory>src/main/resources</directory>
</resource>
<resource>
<directory>${basedir}/..</directory>
<includes>
<include>LICENSE</include>
<include>NOTICE</include>
</includes>
<targetPath>META-INF</targetPath>
</resource>
</resources>
</build>
</project>
Apache Batik
Copyright 1999-2019 The Apache Software Foundation
Copyright 1999-2020 The Apache Software Foundation

@@ -4,0 +4,0 @@ This product includes software developed at

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet