Socket
Socket
Sign inDemoInstall

@ms-cloudpack/package-utilities

Package Overview
Dependencies
6
Maintainers
2
Versions
174
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.12.1 to 0.12.2

17

CHANGELOG.json

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

{
"date": "Fri, 23 Sep 2022 08:12:48 GMT",
"date": "Sat, 24 Sep 2022 08:10:33 GMT",
"tag": "@ms-cloudpack/package-utilities_v0.12.2",
"version": "0.12.2",
"comments": {
"patch": [
{
"author": "dzearing@microsoft.com",
"package": "@ms-cloudpack/package-utilities",
"commit": "01945aaa1b8aa6a2028e8130353ca0982260df9f",
"comment": "Minor typescript change."
}
]
}
},
{
"date": "Fri, 23 Sep 2022 08:13:07 GMT",
"tag": "@ms-cloudpack/package-utilities_v0.12.1",

@@ -8,0 +23,0 @@ "version": "0.12.1",

# Change Log - @ms-cloudpack/package-utilities
This log was last generated on Fri, 23 Sep 2022 08:12:48 GMT and should not be manually modified.
This log was last generated on Sat, 24 Sep 2022 08:10:33 GMT and should not be manually modified.
<!-- Start content -->
## 0.12.2
Sat, 24 Sep 2022 08:10:33 GMT
### Patches
- Minor typescript change. (dzearing@microsoft.com)
## 0.12.1
Fri, 23 Sep 2022 08:12:48 GMT
Fri, 23 Sep 2022 08:13:07 GMT

@@ -11,0 +19,0 @@ ### Patches

2

lib/evaluateImportsFromEntries.d.ts

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

import { type ResolveMap } from './createResolveMap.js';
import type { ResolveMap } from './createResolveMap.js';
declare type PackageExports = {

@@ -3,0 +3,0 @@ [packageName: string]: {

@@ -6,4 +6,4 @@ import fs from 'fs';

import { resolve } from './resolve.js';
import babelParser from '@babel/parser';
import traverseAPI from '@babel/traverse';
import babelParser, {} from '@babel/parser';
import traverseAPI, {} from '@babel/traverse';
import { PackageDefinitions } from './PackageDefinitions.js';

@@ -10,0 +10,0 @@ const { readFile } = fs.promises;

{
"name": "@ms-cloudpack/package-utilities",
"version": "0.12.1",
"version": "0.12.2",
"description": "Utilities for resolving/parsing packages and their imports.",

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc