Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

prism-es6

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prism-es6 - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

2

package.json
{
"name": "prism-es6",
"version": "1.1.1",
"version": "1.1.2",
"description": "Enable prismjs library to be imported using ES6 syntax",

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

@@ -11,3 +11,6 @@ # prism-es6

```
import Prism from 'Prism';
```
import Prism from 'prism-es6';
```
Now you can run use Prism API without the highlighter being executed on import.
For API options see : [Prism API](https://prismjs.com/extending.html)
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