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

@lit/ts-transformers

Package Overview
Dependencies
Maintainers
8
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lit/ts-transformers - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

6

CHANGELOG.md
# Changelog
## 1.1.2
### Patch Changes
- [#3092](https://github.com/lit/lit/pull/3092) [`0c9ee0ec`](https://github.com/lit/lit/commit/0c9ee0ec87b831513f04bdd37e9ed434a134f06f) - Dependencies pinned due to breaking changes.
## 1.1.1

@@ -4,0 +10,0 @@

44

package.json
{
"name": "@lit/ts-transformers",
"version": "1.1.1",
"version": "1.1.2",
"publishConfig": {

@@ -23,10 +23,40 @@ "access": "public"

"scripts": {
"build": "tsc",
"test": "uvu tests/ \"\\-test\\.js$\"",
"clean": "rimraf \"*.{js,d.ts}\" internal/ tests/",
"prepack": "npm run clean && npm run build"
"build": "wireit",
"build:ts": "wireit",
"test": "wireit"
},
"wireit": {
"build": {
"dependencies": [
"build:ts",
"../lit:build",
"../localize:build"
]
},
"build:ts": {
"command": "tsc --build --pretty",
"clean": "if-file-deleted",
"files": [
"src/**/*.ts",
"tsconfig.json"
],
"output": [
"tsconfig.tsbuildinfo",
"*.{js,js.map,d.ts}",
"internal",
"tests"
]
},
"test": {
"command": "uvu tests/ \"\\-test\\.js$\"",
"dependencies": [
"build"
],
"files": [],
"output": []
}
},
"dependencies": {
"ts-clone-node": "^0.3.23",
"typescript": "^4.3.5"
"ts-clone-node": "=0.3.30",
"typescript": "~4.4.0"
},

@@ -33,0 +63,0 @@ "devDependencies": {

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