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

primjs

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

primjs - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

2

package.json
{
"name": "primjs",
"version": "0.1.2",
"version": "0.1.3",
"description": "Natural and extensible interface markup for the web.",

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

@@ -63,4 +63,12 @@ # prim

Coming soon.
```sh
npm install --save primjs
```
```js
prim.parse('div(class="article") { p { "Lorem ipsum dolor sit amet" } }');
// "<div class="article"><p>Lorem ipsum dolor sit amet</p></div>"
```
## Test

@@ -72,1 +80,7 @@

```
## Todo
- Implement metacharacter for raw strings
- Implement end-of-markup short hand
- Plan future features
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