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

@rollup/plugin-json

Package Overview
Dependencies
Maintainers
4
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rollup/plugin-json - npm Package Compare versions

Comparing version 4.0.2 to 4.0.3

types/index.d.ts

8

CHANGELOG.md
# @rollup/plugin-json ChangeLog
## v4.0.3
_2020-04-19_
### Updates
- chore: add rollup 2 to peer range (06d9d29)
## v4.0.2

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

18

package.json
{
"name": "@rollup/plugin-json",
"version": "4.0.2",
"version": "4.0.3",
"publishConfig": {

@@ -20,5 +20,6 @@ "access": "public"

"ci:test": "pnpm run test -- --verbose && pnpm run test:ts",
"lint": "pnpm run lint:js && pnpm run lint:docs && pnpm run lint:package",
"lint": "pnpm run lint:js && pnpm run lint:docs && pnpm run lint:json && pnpm run lint:package",
"lint:docs": "prettier --single-quote --write README.md",
"lint:js": "eslint --fix --cache src test",
"lint:js": "eslint --fix --cache src test types --ext .js,.ts",
"lint:json": "prettier --write \"test/fixtures/!(garbage)/*.json\"",
"lint:package": "prettier --write package.json --plugin=prettier-plugin-package",

@@ -30,7 +31,7 @@ "prebuild": "del-cli dist",

"test": "ava",
"test:ts": "tsc index.d.ts test/types.ts --noEmit"
"test:ts": "tsc types/index.d.ts test/types.ts --noEmit"
},
"files": [
"dist",
"index.d.ts",
"types",
"README.md",

@@ -48,6 +49,6 @@ "LICENSE"

"peerDependencies": {
"rollup": "^1.20.0"
"rollup": "^1.20.0 || ^2.0.0"
},
"dependencies": {
"@rollup/pluginutils": "^3.0.4"
"@rollup/pluginutils": "^3.0.8"
},

@@ -67,3 +68,4 @@ "devDependencies": {

},
"module": "dist/index.es.js"
"module": "dist/index.es.js",
"types": "types/index.d.ts"
}
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