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

@oasislabs/parcel

Package Overview
Dependencies
Maintainers
33
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oasislabs/parcel - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

lib/app.d.ts

9

package.json
{
"name": "@oasislabs/parcel",
"version": "0.1.0",
"version": "0.1.1",
"license": "Apache-2.0",

@@ -8,5 +8,7 @@ "author": "Oasis Labs <feedback@oasislabs.com>",

"types": "lib/index.d.ts",
"files": ["lib", "src"],
"scripts": {
"build": "tsc -b",
"lint": "xo",
"lint": "xo --fix",
"lint-no-fix": "xo",
"test": "jest",

@@ -34,3 +36,3 @@ "test:cy": "start-test 'parcel serve test/cypress/fixtures/index.html -p 4444' 4444 'cypress run'",

"^@oasislabs/parcel$": "<rootDir>/src/index",
"^@oasislabs/parcel(.*)$": "<rootDir>/src$1"
"^@oasislabs/parcel/(.*)$": "<rootDir>/src/$1"
},

@@ -58,2 +60,3 @@ "testEnvironment": "node",

"cypress": "^5.3.0",
"eslint-plugin-cypress": "^2.11.2",
"jest": "^26.2.2",

@@ -60,0 +63,0 @@ "jsonwebtoken": "^8.5.1",

@@ -23,6 +23,6 @@ import { JsonValue } from 'type-fest';

export type PageParams = {
export type PageParams = Partial<{
pageSize: number;
nextPageToken: string;
};
}>;

@@ -29,0 +29,0 @@ /**

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