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

rollup-plugin-import-assert

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rollup-plugin-import-assert - npm Package Compare versions

Comparing version

to
1.1.1

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### [1.1.1](https://github.com/calebdwilliams/rollup-plugin-import-assert/compare/v1.1.0...v1.1.1) (2021-07-21)
### Bug Fixes
* add keywords to package.json ([55cb627](https://github.com/calebdwilliams/rollup-plugin-import-assert/commit/55cb627bfd0f489acb715526ff91c352c4e5195e))
## 1.1.0 (2021-07-21)

@@ -7,0 +14,0 @@

13

package.json
{
"name": "rollup-plugin-import-assert",
"version": "1.1.0",
"version": "1.1.1",
"description": "A Rollup plugin to add import assertion behavior and syntax support",

@@ -10,4 +10,13 @@ "main": "dist/import-assert.js",

"build": "tsc",
"release": "standard-version"
"release": "standard-version",
"postrelease": "git push --follow-tags origin main && npm publish"
},
"keywords": [
"Rollup",
"constructible stylesheets",
"json",
"css",
"web components",
"acorn"
],
"author": "Caleb D. Williams <caleb.d.williams@gmail.com>",

@@ -14,0 +23,0 @@ "license": "MIT",