Socket
Socket
Sign inDemoInstall

dnt-template

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dnt-template - npm Package Compare versions

Comparing version 0.0.1 to 0.0.3

2

package.json

@@ -5,3 +5,3 @@ {

"name": "dnt-template",
"version": "0.0.1",
"version": "0.0.3",
"description": "dnt-template",

@@ -8,0 +8,0 @@ "license": "MIT",

@@ -5,3 +5,3 @@ # dnt-template

Testing in Deno can be ran in a single pass with
Testing in Deno can be ran in a single pass with:

@@ -12,3 +12,3 @@ ```sh

Or in watch mode with
Or in watch mode with:

@@ -19,3 +19,3 @@ ```sh

Node tests are ran with the build command
Node tests are ran with the build command:

@@ -26,5 +26,17 @@ ```sh

Format code with:
```sh
deno task format
```
Typecheck / lint code with:
```sh
deno task check
```
## Contributing Changes
Generate a changeset:
Install CLI:

@@ -34,1 +46,7 @@ ```sh

```
Generate changeset:
```sh
npx changeset
```
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