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

infinite-turtles

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

infinite-turtles - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

2

package.json
{
"name": "infinite-turtles",
"version": "0.1.5",
"version": "0.1.6",
"description": "Turtle drawing library",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -19,3 +19,4 @@ Infinite turtles

```
var turtle = new TURTLE.Turtle('turtle');
var canvas = document.getElementById('myCanvas');
var turtle = new TURTLE.Turtle(canvas);

@@ -22,0 +23,0 @@ turtle.background('#000');

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