Socket
Socket
Sign inDemoInstall

rollup-plugin-node-resolve

Package Overview
Dependencies
Maintainers
4
Versions
34
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 4.0.1 to 4.1.0

index.d.ts

5

CHANGELOG.md
# rollup-plugin-node-resolve changelog
## 4.1.0 (2019-04-05)
* Add TypeScript typings ([#189](https://github.com/rollup/rollup-plugin-node-resolve/pull/189) by @NotWoods)
* Update dependencies ([#202](https://github.com/rollup/rollup-plugin-node-resolve/pull/202) by @lukastaegert)
## 4.0.1 (2019-02-22)

@@ -4,0 +9,0 @@

21

package.json
{
"name": "rollup-plugin-node-resolve",
"description": "Bundle third-party dependencies in node_modules",
"version": "4.0.1",
"version": "4.1.0",
"devDependencies": {
"buble": "^0.19.6",
"es5-ext": "^0.10.47",
"eslint": "^5.14.1",
"mocha": "^6.0.0",
"rollup": "^1.2.2",
"buble": "^0.19.7",
"es5-ext": "^0.10.49",
"eslint": "^5.16.0",
"mocha": "^6.0.2",
"rollup": "^1.8.0",
"rollup-plugin-buble": "^0.19.6",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-commonjs": "^9.3.4",
"string-capitalize": "^1.0.1",
"typescript": "^3.4.1",
"vlq": "^1.0.0"

@@ -23,3 +24,3 @@ },

"test": "mocha",
"posttest": "eslint src test/*.js",
"posttest": "tsc && eslint src test/*.js",
"lint": "eslint src",

@@ -31,5 +32,7 @@ "prepublishOnly": "npm test",

"src",
"dist"
"dist",
"index.d.ts"
],
"dependencies": {
"@types/resolve": "0.0.8",
"builtin-modules": "^3.0.0",

@@ -36,0 +39,0 @@ "is-module": "^1.0.0",

@@ -23,5 +23,5 @@ # rollup-plugin-node-resolve

file: 'bundle.js',
format: 'iife'
format: 'iife',
name: 'MyModule'
},
name: 'MyModule',
plugins: [

@@ -39,3 +39,3 @@ resolve({

// use "main" field or index.js, even if it's not an ES6 module
// (needs to be converted from CommonJS to ES6
// (needs to be converted from CommonJS to ES6)
// – see https://github.com/rollup/rollup-plugin-commonjs

@@ -42,0 +42,0 @@ main: true, // Default: true

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