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

@adonisjs/framework

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adonisjs/framework - npm Package Compare versions

Comparing version 4.0.9 to 4.0.10

10

CHANGELOG.md

@@ -0,1 +1,11 @@

<a name="4.0.10"></a>
## [4.0.10](https://github.com/adonisjs/adonis-framework/compare/v4.0.9...v4.0.10) (2017-08-11)
### Bug Fixes
* **view:** fix inlineSvg tag by escaping backslash ([5223064](https://github.com/adonisjs/adonis-framework/commit/5223064))
<a name="4.0.9"></a>

@@ -2,0 +12,0 @@ ## [4.0.9](https://github.com/adonisjs/adonis-framework/compare/v4.0.8...v4.0.9) (2017-08-11)

2

package.json
{
"name": "@adonisjs/framework",
"version": "4.0.9",
"version": "4.0.10",
"description": "Adonis framework makes it easy for you to write webapps with less code",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -102,2 +102,3 @@ 'use strict'

compile (compiler, lexer, buffer, { body, childs, lineno }) {
body = body.replace(/\\/g, '/')
const { value } = this._compileStatement(lexer, body, lineno)

@@ -104,0 +105,0 @@ const svgFile = this._normalizePath(this._getAbsPath(value))

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