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

rehype-prism

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rehype-prism - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

7

CHANGELOG.md

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

<a name="0.1.1"></a>
### [1.0.1](https://www.github.com/Val-istar-Guo/rehype-prism/compare/v1.0.0...v1.0.1) (2022-03-10)
### Bug Fixes
* cannot find lib/src/index ([c1bc782](https://www.github.com/Val-istar-Guo/rehype-prism/commit/c1bc782ff3beb4bc6a8c734b427e93908933a4ce)), closes [#5](https://www.github.com/Val-istar-Guo/rehype-prism/issues/5)
## [1.0.0](https://www.github.com/Val-istar-Guo/rehype-prism/compare/v0.1.1...v1.0.0) (2021-07-17)

@@ -8,0 +15,0 @@

4

index.ts

@@ -1,5 +0,5 @@

export * from './src/index'
export * from './src/index.js'
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
/** @ts-ignore */
import defaultExport from './src/index'
import defaultExport from './src/index.js'
export default defaultExport

@@ -1,4 +0,4 @@

export * from "./src/index";
export * from "./src/index.js";
/** @ts-ignore */
import defaultExport from "./src/index";
import defaultExport from "./src/index.js";
export default defaultExport;

@@ -1,5 +0,5 @@

export * from "./src/index";
export * from "./src/index.js";
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
/** @ts-ignore */
import defaultExport from "./src/index";
import defaultExport from "./src/index.js";
export default defaultExport;

@@ -30,3 +30,3 @@ {

"description": "The unified plugin used to highlight code block in html with Prism",
"version": "1.0.0",
"version": "1.0.1",
"directories": {

@@ -81,3 +81,3 @@ "test": "tests"

"standard-version": "^9.3.0",
"ts-node": "^9.1.1",
"ts-node": "^10.7.0",
"ttypescript": "^1.5.12",

@@ -98,5 +98,5 @@ "typescript": "^4.2.2",

"peerDependencies": {
"unified": "^9.2.1"
"unified": "^9 | ^10"
},
"types": "lib/index.d.ts"
}

@@ -30,3 +30,3 @@ {

"description": "The unified plugin used to highlight code block in html with Prism",
"version": "1.0.0",
"version": "1.0.1",
"directories": {

@@ -81,3 +81,3 @@ "test": "tests"

"standard-version": "^9.3.0",
"ts-node": "^9.1.1",
"ts-node": "^10.7.0",
"ttypescript": "^1.5.12",

@@ -98,5 +98,5 @@ "typescript": "^4.2.2",

"peerDependencies": {
"unified": "^9.2.1"
"unified": "^9 | ^10"
},
"types": "lib/index.d.ts"
}
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