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

azurlane

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

azurlane - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

index.ts

@@ -14,3 +14,3 @@ import axios, { AxiosResponse } from "axios";

constructor(options: Options) {
public constructor(options: Options) {
this.options = options;

@@ -17,0 +17,0 @@ }

{
"name": "azurlane",
"version": "0.0.1",
"version": "0.0.2",
"description": "Api wrapper for the azur lane api",

@@ -24,3 +24,3 @@ "main": "build/index.js",

"publish": "npm publish",
"prepublish": "yarn compile",
"prepare": "yarn compile",
"compile": "yarn check && yarn clean && tsc -p .",

@@ -27,0 +27,0 @@ "test": "node test/index.js",

@@ -6,3 +6,3 @@ # AzurLane

```js
const { AzurLane } = require("../build/index");
const { AzurLane } = require("azurlane");
const al = new AzurLane();

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

Sorry, the diff of this file is not supported yet

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