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

lanurite

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lanurite - npm Package Compare versions

Comparing version 1.0.22 to 1.0.23

.npmignore

6

package.json
{
"name": "lanurite",
"description": "Library for Models and Collection use in JS worlds",
"url": "https://github.com/PxyUp/lanurite",
"url": "https://github.com/LTD-Beget/lanurite",
"keywords": [

@@ -26,8 +26,8 @@ "model",

"typings": "src/lanurite.d.ts",
"version": "1.0.22",
"version": "1.0.23",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/PxyUp/lanurite.git"
"url": "https://github.com/LTD-Beget/lanurite.git"
}
}

@@ -16,3 +16,3 @@ # Lanurite

```
import Lanurite = require("../src/lanurite")
import * as Lanurite from "lanurite"
console.log(Lanurite.version)

@@ -24,3 +24,3 @@

```
var t = require("../dist/lanurite.js");
var t = require("lanurite.js");
console.log(t.version)

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