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

@rollup/plugin-node-resolve

Package Overview
Dependencies
Maintainers
4
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rollup/plugin-node-resolve - npm Package Compare versions

Comparing version 13.1.2 to 13.1.3

8

CHANGELOG.md
# @rollup/plugin-node-resolve ChangeLog
## v13.1.3
_2022-01-05_
### Bugfixes
- fix: use correct version when published (#1063)
## v13.1.2

@@ -4,0 +12,0 @@

2

dist/cjs/index.js

@@ -24,3 +24,3 @@ 'use strict';

var version = "13.1.1";
var version = "13.1.3";

@@ -27,0 +27,0 @@ util.promisify(fs__default["default"].access);

@@ -11,3 +11,3 @@ import path, { dirname, resolve, extname, normalize, sep } from 'path';

var version = "13.1.1";
var version = "13.1.3";

@@ -14,0 +14,0 @@ promisify(fs.access);

{
"name": "@rollup/plugin-node-resolve",
"version": "13.1.2",
"version": "13.1.3",
"publishConfig": {

@@ -34,2 +34,3 @@ "access": "public"

"prepare": "if [ ! -d 'dist' ]; then pnpm build; fi",
"prepublishOnly": "pnpm build",
"prerelease": "pnpm build",

@@ -36,0 +37,0 @@ "pretest": "pnpm build",

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