Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@valu/npm-tools

Package Overview
Dependencies
Maintainers
4
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@valu/npm-tools - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

8

CHANGELOG.md

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

## v1.1.0
2022-08-09
- npm-tools: Fix commit links and add compare link [91af8b6](https://github.com/${repo}/commit/91af8b6) - Esa-Matti Suuronen
All changes https://github.com/esamattis/react-zorm/compare/react-zorm/npm-tools/v1.0.0...npm-tools/v1.1.0
## v1.0.0

@@ -2,0 +10,0 @@

5

package.json
{
"name": "@valu/npm-tools",
"version": "1.0.0",
"version": "1.1.0",
"description": "Tools for working with npm packages",

@@ -13,4 +13,5 @@ "author": "Esa-Matti Suuronen, Valu Digital Oy",

"scripts": {
"build": "echo no-op"
"build": "echo no-op",
"test": "echo noop"
}
}

14

README.md

@@ -1,2 +0,2 @@

# npm tools
# Valu npm tools

@@ -23,3 +23,3 @@ Scripts to manage releases on this and other repos

Install package unpublished package to a project
Install unpublished package to a project

@@ -33,1 +33,11 @@ ```

This is useful when using a watcher to build the package automatically.
```
cd /path/to/npm-packages/packages/a-package
npm run watch
```
```
cd project
valu-npm-dev-install -f /path/to/npm-packages/packages/a-package
```

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