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

interweave-ssr

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

interweave-ssr - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

lib/index.js.map

6

CHANGELOG.md

@@ -0,1 +1,7 @@

### 1.2.1 - 2021-03-07
#### 🐞 Fixes
- Include source folder for source maps work correctly.
## 1.2.0 - 2021-01-18

@@ -2,0 +8,0 @@

1

lib/index.js

@@ -178,1 +178,2 @@ // Generated with Packemon: https://packemon.dev

exports.polyfillDOMImplementation = polyfillDOMImplementation;
//# sourceMappingURL=index.js.map

9

package.json
{
"name": "interweave-ssr",
"version": "1.2.0",
"version": "1.2.1",
"description": "Server-side rendering support for Interweave.",

@@ -12,2 +12,7 @@ "keywords": [

"types": "./dts/index.d.ts",
"files": [
"dts/**/*.d.ts",
"lib/**/*.{js,map}",
"src/**/*.{ts,tsx,json}"
],
"sideEffects": false,

@@ -39,3 +44,3 @@ "publishConfig": {

},
"gitHead": "a0f490151c458f78d389173da74e48b54504a52d"
"gitHead": "ad7f0faa34408104791cbef152dcecd0e57d3e85"
}
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