You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@literals/parser

Package Overview
Dependencies
Maintainers
0
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@literals/parser - npm Package Compare versions

Comparing version

to
1.2.3

coverage/block-navigation.js

4

CHANGELOG.md

@@ -6,2 +6,6 @@ # Change Log

## [1.2.3](https://github.com/JulianCataldo/literals/compare/@literals/parser@1.2.2...@literals/parser@1.2.3) (2024-07-28)
**Note:** Version bump only for package @literals/parser
## 1.2.2 (2024-07-28)

@@ -8,0 +12,0 @@

13

package.json
{
"name": "@literals/parser",
"version": "1.2.2",
"version": "1.2.3",
"description": "Parse template literals from code",

@@ -20,3 +20,4 @@ "main": "index.js",

"type": "git",
"url": "https://github.com/asyncLiz/parse-literals.git"
"url": "https://github.com/JulianCataldo/literals",
"directory": "./packages/parser"
},

@@ -47,9 +48,7 @@ "lint-staged": {

},
"dependencies": {
"typescript": "^2.9.2 || ^3.0.0 || ^4.0.0"
},
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"gitHead": "be898728c64edc9d5acaf0abc111f2072d8f91b2"
"gitHead": "063b223dd3848ac28515b8e888b946d28fcdd4db"
}