Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@solid/lit-term

Package Overview
Dependencies
Maintainers
8
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@solid/lit-term - npm Package Compare versions

Comparing version
0.4.1-release-137356944-6.0
to
0.4.1
+1
-1
.github/workflows/cd-teardown.yml

@@ -22,5 +22,5 @@ name: CD

- name: Remove npm tag for the deleted branch
run: npm dist-tag rm lit-solid $TAG_SLUG
run: npm dist-tag rm @solid/lit-term $TAG_SLUG
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: echo "Package tag \`$TAG_SLUG\` unpublished."

@@ -5,4 +5,6 @@ name: CD

push:
# This excludes tags from CD
branches:
tags:
# This excludes tags from CD, as they should be published through a release
'!v*'

@@ -9,0 +11,0 @@ env:

@@ -18,3 +18,3 @@ on:

node-version: '12.12.0'
registry-url: https://npm.pkg.github.com/
registry-url: 'https://registry.npmjs.org'
scope: '@solid'

@@ -21,0 +21,0 @@ - name: NPM install, test and publish

{
"name": "@solid/lit-term",
"version": "0.4.1-release-137356944-6.0",
"version": "0.4.1",
"description": "Very basic implementation of LIT Vocab Term, with minimal RDF library dependencies.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -24,3 +24,3 @@ # The Linked data Integration Toolkit (LIT) for JavaScript

cd demo
npm install --registry=https://npm.pkg.github.com/inrupt
npm install
node index.js

@@ -27,0 +27,0 @@ ```