New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

d20

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

d20 - npm Package Compare versions

Comparing version
1.2.0
to
1.2.1
+1
-1
package.json
{
"name": "d20",
"version": "1.2.0",
"version": "1.2.1",
"description": "Library for rolling dice based on dice-syntax used in RPGs.",

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

@@ -17,10 +17,6 @@ # d20.js

Add the git repository as a dependency in your `package.json` file (you can specify a version branch instead of "master" if you want a specific version).
Install via `npm`.
```javascript
{
"dependencies": {
"d20": "git://github.com/michaelenger/d20.js.git#master"
}
}
```shell
npm install d20
```

@@ -27,0 +23,0 @@