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

@mkohlmyr/test-package

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

@mkohlmyr/test-package - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

9

.rush/temp/package-deps_build.json
{
"files": {
"projects/packages/test-package/.gitignore": "0f7a61c11bf3ac442a984b1136525710e0ebf6d3",
"projects/packages/test-package/package.json": "540506fe4c51c24e251e52570f67aceccccfc096",
"projects/packages/test-package/src/index.ts": "56af71a9061d9b9b0b1d080b22e280ee96856aaa",
"projects/packages/test-package/CHANGELOG.json": "99595f4078d85ad5dee01f8b93212291cba13b34",
"projects/packages/test-package/CHANGELOG.md": "3020e8f03bbf49e79db95f0ae38fe108753d8779",
"projects/packages/test-package/dist/index.d.ts": "0e1f485774a26ba0b66677a6d97850779723cef6",
"projects/packages/test-package/package.json": "4018e1916589e71ba031979aef5a3e293d404d5f",
"projects/packages/test-package/src/index.ts": "e48f81994ea012da20d923b98f287ec7754c0614",
"projects/packages/test-package/tsconfig.json": "3c385ce58571414fc226fc6960620b581aec7dd5",
"projects/packages/test-package/yarn.lock": "a8074f4a69f8d6bb16a3bb0fa1bcbbb855ead853",
"common/config/rush/yarn.lock": "89a6d51b843ee5ecab035d30cd09bf604083e182"
"common/config/rush/yarn.lock": "6f4d5b229ce800fbda959bfb199b49e410163613"
},
"arguments": "rm -rf ./dist && tsc "
}

@@ -5,2 +5,16 @@ {

{
"version": "1.1.1",
"tag": "@mkohlmyr/test-package_v1.1.1",
"date": "Sat, 31 Oct 2020 17:03:30 GMT",
"comments": {
"patch": [
{
"comment": "Updated returned value",
"author": "Mikael Kohlmyr <mkohlmyr@users.noreply.github.com>",
"commit": "9a44c94eb19b670415aabf534d24b1067582dd42"
}
]
}
},
{
"version": "1.1.0",

@@ -7,0 +21,0 @@ "tag": "@mkohlmyr/test-package_v1.1.0",

# Change Log - @mkohlmyr/test-package
This log was last generated on Mon, 26 Oct 2020 14:26:24 GMT and should not be manually modified.
This log was last generated on Sat, 31 Oct 2020 17:03:30 GMT and should not be manually modified.
## 1.1.1
Sat, 31 Oct 2020 17:03:30 GMT
### Patches
- Updated returned value
## 1.1.0

@@ -6,0 +13,0 @@ Mon, 26 Oct 2020 14:26:24 GMT

@@ -5,4 +5,4 @@ "use strict";

function hello() {
return "world";
return `world: ${1 + 3}`;
}
exports.hello = hello;
{
"name": "@mkohlmyr/test-package",
"version": "1.1.0",
"version": "1.1.1",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "scripts": {

@@ -6,3 +6,3 @@ export interface ISomeObject {

export function hello() {
return "world";
return `world: ${1 + 3}`;
}
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