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
15
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 1.0.0-beta.7 to 1.0.0-beta.8

2

lib/token.js

@@ -192,3 +192,3 @@ var _a, _b;

const now = Math.floor(Date.now() / 1000);
payload.iat = now;
payload.iat = now - 2 * 60; // Take off a couple of minutes to account for clock skew.
payload.exp = now + lifetime;

@@ -195,0 +195,0 @@ return jsrsasign.KJUR.jws.JWS.sign(null, header, payload, privateKey);

{
"name": "@oasislabs/parcel",
"version": "1.0.0-beta.7",
"version": "1.0.0-beta.8",
"license": "Apache-2.0",

@@ -19,3 +19,3 @@ "author": "Oasis Labs <feedback@oasislabs.com>",

"scripts": {
"build": "esbuild src/index.ts --platform=node --target=node14 --bundle --minify --outfile=lib/bundle.cjs && tsc -b",
"build": "esbuild src/index.ts --platform=node --target=node14 --bundle --outfile=lib/bundle.cjs && tsc -b",
"fmt": "xo --fix && prettier --write {tsconfig,package}.json",

@@ -22,0 +22,0 @@ "lint": "xo && prettier --check {tsconfig,package}.json",

@@ -374,3 +374,3 @@ import jsrsasign from 'jsrsasign';

const now = Math.floor(Date.now() / 1000);
payload.iat = now;
payload.iat = now - 2 * 60; // Take off a couple of minutes to account for clock skew.
payload.exp = now + lifetime;

@@ -377,0 +377,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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